COUNTA
Counts the number of cells that are not empty in a range.
| Category | Statistical |
| Syntax | COUNTA(value1, [value2], ...) |
Parameters
| Parameter | Required | Description |
|---|---|---|
value1 | Required | The first item, cell reference, or range in which to count non-empty cells. |
value2 | Optional | Additional items, cell references, or ranges. |
Example
COUNTA(A1:A10)
Auto-generated from the EngCanvas function registry.