FormulaCraft

CHOOSE

CHOOSE returns the item at a given index from a list of values. It is handy for mapping a number (like 1–7) to a label, or switching between formulas.

Excel
=CHOOSE(2, "North", "South", "East")
Google Sheets
=CHOOSE(2, "North", "South", "East")

Try it with your data

Edit the grid or formula, then run it through a real spreadsheet engine — no signup.

Sample data — click any cell to edit

Runs server-side · free · no signup

How it works

  1. 1The first argument is the index — here 2.
  2. 2The remaining arguments are the options.
  3. 3CHOOSE returns the 2nd option, "South".

Need a version for your data?

Try: “Turn the weekday number in A2 into a day name using CHOOSE

Related

Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.

Last reviewed: