COUNT

Syntax:

COUNT(list)

Returns the number of numeric values in the list.

list may be an array, a range of cells, or a comma-separated list of values.

Example:

COUNT(A1:A10)

returns the value 10 if all the cells in the range contain numeric values.