Skip to main content
Version: Streamsheets 3.0

CHOOSE

Returns the value at the specified index from a list of passed arguments.

Syntax

=CHOOSE(Index, Value1, [Value2, ...])

Arguments

NameTypeDescription
IndexNumberIndex of item to retrieve
Value1ValueFirst value in list
Value2, ... (optional)ValueOther values for the list

Return

TypeDescription
ValueThe value at specified index or #VALUE!.

Examples

FormulaResultComment
=CHOOSE(2, "German", "English")
EnglishIndex 2 represents "English"