Skip to main content

COUNT

Counts the number of cells that contain numeric values.

CategoryStatistical
SyntaxCOUNT(value1, [value2], ...)

Parameters

ParameterRequiredDescription
value1RequiredThe first item, cell reference, or range.
value2OptionalAdditional items, cell references, or ranges.

Example

COUNT(1, 2, 3)        // → 3

Auto-generated from the EngCanvas function registry.