COUNT
Returns a count of the number of numeric values in a dataset.
Syntax
COUNT(value, [value, ...])value - The value or range to consider when counting.
Sample Usage
COUNT(A1:A6, 4, 12)
COUNT(4, 17 ,23)Return Value
The count of the number of numeric values in a dataset.
Notes
See Also
Last updated
Was this helpful?