CHOOSE Function

Returns a value from an array corresponding to the index number provided

Over 1.8 million professionals use CFI to learn accounting, financial analysis, modeling and more. Start with a free account to explore 20+ always-free courses and hundreds of finance templates and cheat sheets.

What is the CHOOSE Function?

The CHOOSE Function[1] is categorized under Excel Lookup and Reference functions. It will return a value from an array corresponding to the index number provided. The function will return the nth entry in a given list.

As a financial analyst, the CHOOSE function is very useful when creating scenarios in financial models.  By using the CHOOSE formula, an analyst is able to select between 5 different scenarios (for example) that can flow through the entire model.  Scenario analysis is an important part of building a robust financial model.

CHOOSE formula for scenario analysis

Learn more, in CFI’s scenario and sensitivity analysis course.

Formula

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

The formula uses the following arguments:

  1. Index_num (required argument) – This is an integer that specifies which value argument is selected. Index_num must be a number between 1 and 254, or a formula or reference to a cell containing a number between 1 and 254.
  2. Value1, Value2 – Value1 is a required option but the rest are optional. It is a list of one or more values that we want to return a value from.

Notes:

  1. If index_num is 1, CHOOSE returns value1; if it is 2, CHOOSE returns value2; and so on.
  2. Value1, value2 must be entered as individual values (or references to individual cells containing values).
  3. If the argument index_num is a fraction, it is truncated to the lowest integer before being used.
  4. If the argument index_num is an array, every value is evaluated when CHOOSE is evaluated.
  5. The value arguments can be range references, as well as single values.

How to use the CHOOSE Function in Excel?

To understand the uses of the CHOOSE function, let’s consider an example:

Example 1

Suppose we are given the following dates:

CHOOSE Function

 

We can calculate the fiscal quarter from the dates given above. The fiscal quarters start in a month other than January.

The formula to use is:

CHOOSE Function - Example 1

The formula returns a number from the array 1-4, which corresponds to a quarter system that begins in April and ends in March.

We get the results below:

 CHOOSE Function - Example 1a

 

A few notes about the CHOOSE Function

  1. VALUE! error – Occurs when:
    • The given index_num is less than 1 or is greater than the given number of values.
    • The given index_num argument is non-numeric.
  1. #NAME? error – Occurs when the value arguments are text values that are not enclosed in quotes and are not valid cell references.

Click here to download the sample Excel file

Additional Resources

Thanks for reading CFI’s guide to important Excel functions! By taking the time to learn and master these functions, you’ll significantly speed up your financial modeling and analysis. To learn more, check out these additional CFI resources:

Article Sources

  1. CHOOSE Function
0 search results for ‘