aggregate
Syntax:
Number
Context Filtering: ✗ No
Parameters
Validation
- Minimum parameters: 1
- Maximum parameters: None
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
aggregate
Syntax:
CountIf(condition 1, [condition 2], ...)
Number
Context Filtering: ✗ No
| Name | Type | Required | Description |
|---|---|---|---|
condition 1 | logical | ✓ Yes | Logical expression evaluated per row |
additional conditions | variadic | ✗ No | Additional conditions combined with AND by default |
CountIf([Sales] > 1000)