[]
        
(Showing Draft Content)

COUNT

This function returns the number of cells that contain numbers.

Syntax

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

Arguments

This function has these arguments:

Argument

Description

value1

[Required] The first item, cell reference, or range within which you want to count numbers.

value2, ...

[Optional] Up to 255 additional items, cell references, or ranges within which you want to count numbers.

Remarks

This function counts the number of cells that contain numbers in the specified cell range.

This function differs from COUNTA which also includes text or logical values as well as numbers.

Examples

COUNT(B2,B5,B8,D5,D8)

COUNT(A1:G5)

COUNT(R6C3:R9C4,2)