Help with COUNTIF syntax pls
In this example from Apple Numbers, I am trying to use the COUNTIF function to calculate the value in cell C1. If I hard-code the if-condition, the formula works fine: COUNTIF(A1:A4,">150")
But I want the formula to use a cell reference, not a hard-coded value. In other words, "count the number of values in A1:A4 that are greater than the value in cell B1. I thought something like this would work, but it doesn't: COUNTIF(A1:A4,>B1).
Can anyone help with the correct syntax? Thank you.
MacBook Pro