CALC.countif(array, criteria)

Counts the number of elements in the array that meet a certain criteria. The criteria can be a constant value '21' or an expression '>100'.

Example

CALC.countif([3,2,4,5,6], '> 4');

// returns 2

<< CALC.countn(array) © 1996-2013 InetSoft Technology Corporation (v11.4) CALC.covar(array1, array2) >>