ExcelCSE.com

Menu
  • Excel 101
  • Excel Functions
  • Excel Formula
  • Contact Us
How to Use Excel > Excel Functions > Excel CHOOSE Function

Excel CHOOSE Function

How to Use the Excel CHOOSE Function
Table of contents :
  • What is the Excel CHOOSE Function?
  • CHOOSE Syntax
  • How to Use CHOOSE Function in Excel
  • CHOOSE Example

Excel CHOOSE Function

What is the Excel CHOOSE Function?

The excel CHOOSE function select a value in the list based on the given position.

CHOOSE Syntax

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

index_num, which argument value to choose. a number between 1 and 254

  • If index_num is 1, CHOOSE returns value1; if it is 2, CHOOSE returns value2; and so on.
  • If index_num less than 1 or greater than the number of value argument, CHOOSE returns #VALUE! error.
  • If index_num is a fractional number, then excel truncates the decimal number, leaving the integer number.

value1, [value2], …, value1 is required, the following values are optional, could be a number, text, cell reference or even a formula, handles up to 254 value argument.

How to Use CHOOSE Function in Excel

Days of the Week in Frence

You can use the CHOOSE function in several conditions. For example, your current regional setting is “United States Format”, but you want to display days of the week in French. What should you do?

You cannot use the excel TEXT function, because it returns the days of the week in English, but you can use the excel CHOOSE function.

CHOOSE Function Excel

The Formula

=CHOOSE(A2,"Dimanche","Lundi","Mardi","Mercredi","Jeudi","Vendredi","Samedi")

You got the day name in French only by giving the day number. Combine the formula with the excel WEEKDAY function; you got the day name of a date in French.

CHOOSE Formula Excel

The Formula

=CHOOSE(WEEKDAY(A2,1),"Dimanche","Lundi","Mardi","Mercredi","Jeudi","Vendredi","Samedi")

CHOOSE Example

Another article using or explain about CHOOSE Function
  • VLOOKUP Multiple Criteria – Solution for Numeric or Non-Numeric Result

Another Lookup & Reference Function

Another article about Lookup & Reference Function
  • Excel CHOOSE Function
  • Excel VLOOKUP Function
  • Excel MATCH Function
  • Excel INDEX Function
Usefull links
  • Microsoft CHOOSE function documentation
Share
Tweet
Google+
Email
Prev Article
Next Article

Related Articles

Excel DATEVALUE Function
What is the Excel DATEVALUE Function? The DATEVALUE function converts …

Excel DATEVALUE Function

Excel SEARCH Function
What is the Excel SEARCH Function? The excel SEARCH function …

Excel SEARCH Function

Excel SUMIF Function
What is the Excel SUMIF Function SUMIF is a function …

Excel SUMIF Function

Multiple IF Statements in Excel
What is Multiple IF Statements? Multiple IF statements are also …

Multiple IF Statements in Excel

Excel ISEVEN Function
What is the Excel ISEVEN Function? Even numbers are an …

Excel ISEVEN Function

Tags:CHOOSE Example CHOOSE Formula CHOOSE Formula Excel CHOOSE From List CHOOSE Function Excel Excel CHOOSE Excel CHOOSE From List Excel CHOOSE Function Array Excel CHOOSE Function Examples How to CHOOSE Formula How to Use CHOOSE Formula in Excel How to Use CHOOSE Function How to Use CHOOSE Function in Excel How to Use CHOOSE in Excel Lookup & Reference Function WEEKDAY Function

Categories

  • Excel 101
  • Excel Formula
  • Excel Functions

Recent Posts

  • Get the Original Price from Percentage Increase/Decrease
  • How to Add/Subtract Percentage in Excel
  • How to Extract Day, Month and Year from Date in Excel
  • How to Add Seconds, Minutes and Hours to a Time in Excel
  • How to Add Days, Weeks, Months and Years to a Date in Excel
  • How to Calculate Time Difference in Excel
  • Calculate Number of Days, Weeks, Months and Years Between Two Dates in Excel
  • Flash Fill Excel
  • Paste Special Excel
  • Excel TEXTJOIN Function
  • Excel CONCAT Function
  • Excel CONCATENATE Function
  • Excel REPLACE Function
  • Excel SUBSTITUTE Function
  • Excel REPT Function
  • Excel FIND Function
  • Excel SEARCH Function
  • Excel MID Function
  • Excel RIGHT Function
  • Excel LEFT Function

ExcelCSE.com

The Ultimate Guide How to Use Excel Better
Copyright © 2024 ExcelCSE.com
Contact Us - Privacy Policy - Sitemap | Theme by MyThemeShop.com

Ad Blocker Detected

Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker.

Refresh