COUNT Function

The COUNT function is one of the statistical functions. It is used to count the number of the selected cells which contain numbers ignoring empty cells or those contaning text.

Syntax

COUNT(value1, [value2], ...)

The COUNT function has the following arguments:

Argument Description
value1 The first value you wish to count.
value2/n Additional values you wish to count.

Notes

How to apply the COUNT function.

Examples

The figure below displays the result returned by the COUNT function.

COUNT Function