COUNT
Counts the number of cells that contain numeric values.
| Category | Statistical |
| Syntax | COUNT(value1, [value2], ...) |
Parameters
| Parameter | Required | Description |
|---|---|---|
value1 | Required | The first item, cell reference, or range. |
value2 | Optional | Additional items, cell references, or ranges. |
Example
COUNT(1, 2, 3) // → 3
Auto-generated from the EngCanvas function registry.