Syntax:
COUNT(list)
Counts the number of numeric values in the list, which 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.