Counts the numbers in the given cell range or list of arguments, ignoring text entries.
Syntax
Examples
|
Formula |
Result |
|
=COUNT(A2:A6) |
3 |
|
=COUNT(A2:A4;132;11) |
4 |
|
=COUNT(1;"zoho";19) |
2 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
Similar Functions