Function Countif problem in Numbers for Mac
I have a populated spreadsheet in which I want to find all number above and below a particular number. According to the Function Browser, the function COUNTIF definition would be the function of use.
COUNTIF
- COUNTIF(test-array, condition)
- test-array: The collection containing the values to be tested. test-array is a collection that can contain any value type.
- condition: An expression that results in a logical TRUE or FALSE. condition is an expression that can contain anything as long as the result from comparing condition to a value intest-array can be expressed as a Boolean value of TRUE or FALSE.
However, the test I want to use; > or < (greater than, less than) give me a syntax error message.
What is the proper methodology to accomplish my requirement?
Sparkgapper
iMac, OS X Mountain Lion (10.8.5), DualBoot with Snow Leopard