CHOOSE
Returns a value from a list of values based on an index number.
| Category | Lookup |
| Syntax | CHOOSE(index_num, value1, [value2], ...) |
Parameters
| Parameter | Required | Description |
|---|---|---|
index_num | Required | The position of the value to select (1 selects value1, 2 selects value2, etc.). |
value1 | Required | The first value to choose from. |
value2 | Optional | Additional values to choose from. |
Example
CHOOSE(value, range, col)
Auto-generated from the EngCanvas function registry.