<<< | Index | >>> |
Statistical category:
COUNT(range) - returns the number of numeric values in a cell range.
COUNTA(range) - returns the number of non-blank cells in a cell range.
COUNTBLANK(range) - returns the number of cells which are blank in a cell range.
COUNTIF( ) - returns the number of cells with a value that satisfies a condition:
COUNTIF( B3:B6, ">55" )
<<< | Index | >>> |