Choose Function
Syntax CHOOSE(Index, Value1, Value2, Value3,…) Index (required) – This is the index value for the item you want to return from the list. The index number refers to the order of the list. 1 will return the 1st item in the list, 2 will return the 2nd item in the list and so on.Value1 (required) – This is the first item in the list.Value2, Value3 etc… (optional) – These are the other items in the list....