Counts the number of given expressions. If an expression evaluates to a range of cells all the values in the range are counted. Text in ranges are ignored.
Syntax
COUNT(expression,{expression},...)
Arguments
expression - numbers or references to count.
Examples
COUNT(3.14,-2,2) = 3
COUNT(A2..B5,200)