COUNT

Syntax:

COUNT( list )

Returns the number of numeric values in the list.

list may be a range of cells, an array, or a comma-separated list of values (which may contain cell references and also ranges of cells as one or more of its elements).

Example:

COUNT(A1:A10)

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