WD.LIST.SIZE
Description
Returns the number of elements in the specified list.
Syntax
WD.LIST.SIZE(
list
)
- list: The list to return the size from.
Example
The formula =list.size({10,9,8,7}) returns the value: 4.
The example below uses the values in this table:
A | B | C | |
|---|---|---|---|
1
| jan | feb | mar |
2
| apr | may | jun |
3
| jul | aug | sept |
The formula =LIST.SIZE(A2:C2) returns the result: 3.
Related Functions
WD.LIST.GET
WD.LIST.LIST