Site icon ExcelNotes

How to Use CHOOSE Function

The CHOOSE function is to return a value from a list with the index number you specified.

Formula:

= CHOOSE(index_num, value1, [value2], …)

Explanation:

Cautions:

=CHOOSE(2,B2,B3,B4,B6) Choose the 2nd value from the list B2,B3,B4 and B6, which is "Aiden".

=CHOOSE(2,D2,D3,D4,D5,D6) Choose the 2nd value from the list D2,D3,D4,D5 and D6, which is 100,835.

=CHOOSE(2.1,D2,D3,D4,D5,D6) Choose 2.1 value from the list, since 2.1 is not integer, and it is truncated to 2 and returns to 100,835.

Download: CHOOSE Function

Exit mobile version