ZonoTools

Excel Practice - CHOOSE

Instruction

Use index 2 to return the second option from "North", "South", "West".

Formula Syntax

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

  • index_num: Position to choose (starting at 1).
  • value1: Input value or expression.
  • [value2]: Input value or expression.
  • ...: Additional optional arguments.

What it does

Return a value by index from a list of options.

dynamic-array-data.xlsx

ABC
1CategoryAmountRegion
2A120North
3B340South
4A560North
5C225West
6B90South
7Output

Input Formula

Need Help?

Tips

  • Use CHOOSE with clean and consistent ranges for predictable results.
  • Validate data types (number, text, date) before applying the formula.
  • Test the formula with a small sample first, then scale it to larger ranges.