The values provided to CHOOSE can be hard-coded constants or cell references.

The first argument for the CHOOSE function isindex_num.

This is a number that refers to subsequent values by index or position.

Excel formula: VLOOKUP with multiple criteria advanced

The next arguments,value1,value2,value3, etc.

are the values from which to choose from.

Choose can handle up to 254 values.

Excel formula: Random text values

However, CHOOSE will not retrieve an item frominsiderange or array constant provided as a value.

More than one condition can be tested by nesting IF functions.

Use the IFS function to evaluate multiple conditions without multiple nested IF statements.

Excel formula: Map inputs to arbitrary values

When no match is found, SWITCH can return an optional default value.

VLOOKUP supports approximate and exact matching…

Excel formula: Get month name from date

Excel formula: Dynamic calendar grid

Excel formula: Left lookup with VLOOKUP

Excel formula: Randomly assign data to groups

Excel formula: Get fiscal quarter from date

Excel formula: VLOOKUP case-sensitive

Excel formula: INDEX with variable array

Excel formula: Custom weekday abbreviation

Excel formula: Random number from fixed set of options

Excel formula: Get previous Sunday

Excel formula: Combine ranges with CHOOSE

Excel formula: Rank with ordinal suffix

Article image

Excel IF function

Excel IFS function

Excel SWITCH function

Excel VLOOKUP function