Skip to main content

CHOOSE

Returns a value from a list of values based on an index number.

CategoryLookup
SyntaxCHOOSE(index_num, value1, [value2], ...)

Parameters

ParameterRequiredDescription
index_numRequiredThe position of the value to select (1 selects value1, 2 selects value2, etc.).
value1RequiredThe first value to choose from.
value2OptionalAdditional values to choose from.

Example

CHOOSE(value, range, col)

Auto-generated from the EngCanvas function registry.