CUBESETCOUNT
Returns the number of items in a set.
CubeCube & Data Models
What it does
Counts the number of items in a CUBESET.
Syntax
CUBESETCOUNT(set)
Arguments
set(reference) β Reference to a cell containing CUBESET.
Examples
Count Set Items
Count items in set at A1.
FORMULA
=CUBESETCOUNT(A1)
RESULT
10
SAMPLE DATA
| A | |
|---|---|
| 1 | Set |
| 2 | (Set) |