COUNT
Counts how many numbers are in the list of arguments.
StatisticalBeginner EssentialsMost UsedStatistics & Analysis
What it does
Counts how many cells in a range contain numbers.
Syntax
COUNT(value1, [value2], ...)
Arguments
value1(value|range) β First value or range to evaluate.
Examples
Count numbers
Count numeric entries in A2:A7.
FORMULA
=COUNT(A2:A7)
RESULT
4
SAMPLE DATA
| A | |
|---|---|
| 1 | Mixed values |
| 2 | 10 |
| 3 | |
| 4 | 7 |
| 5 | 3 |
| 6 | 0 |
| 7 | N/A |