How to use Choose function in Excel | Choose function in Excel with examples

Published: 27 March 2020
on channel: LearnYouAndMe
88
2

In this video, you will see how to use Choose function in Excel. As the name suggests you can choose values or ranges from a given list.

Applications or Uses
Choose formula can be used as an alternate of IF or multiple IFS or nested IF.
Can be used for dynamically changing range based on user input.
Can be used for dynamically changing functions based on user input.

Choose Formula Syntax
CHOOSE(index_num, value1, [value2], ...)
index_num - Required and value must be between 1 to 254.
After index_num list of values separated by comma needed to input. We can input max 254 values separated by a comma. Minimum one value list is needed hence value1 is required rest values are optional.
This list of values can be number, string, range or function, or a combination of these.

Example of Choose formula or Choose formula working.

CHOOSE(1,"Q1","Q2","Q3","Q4") will output Q1
Explanation:-index_num is 1 hence 1st value from values list outputted.

CHOOSE(2,"Q1","Q2","Q3","Q4") will output Q2
Explanation:-index_num is 2 hence 2nd value from values list outputted.

CHOOSE(4,"Q1","Q2","Q3","Q4") will output Q4
Explanation:- index_num is 4 hence 4th value from values list outputted.

CHOOSE(1,SUM(A1:A5),MAX(A1:A5),MIN(A1:A5),AVERAGE(A1:A5)) will perform SUM(A1:A5) function output.
Explanation:- index_num is 1 hence 1st value from values list outputted which is a function.

CHOOSE(3,SUM(A1:A5),MAX(A1:A5),MIN(A1:A5),AVERAGE(A1:A5)) will perform MIN(A1:A5) function output.
Explanation:- index_num is 3 hence 3rd value from values list outputted which is a function.

🔰 Click the below link to download the file.
https://drive.google.com/file/d/1VP-P...

✔✔ Jump to a section
00:26 Choose formula syntax and working
02:23 Choose function as an alternate of If function
04:02 Trick to get comma-separated values
6:55 Dynamically changing function using choose
9:24 Dynamically changing range using choose

🌐 Websites 🌐
🌎https://learnyouandme.com
🌎https://www.juggle.biz
🎫 Make your Digital Visiting Card https://mydvc.info/
🔵Facebook   / learnyouandme  
🔴Quora link https://www.quora.com/profile/Abhishe...
=====================================

📌📌You can watch and learn from the below videos also.📌📌
✅ How to get a Quarter from a date in Excel?
   • How to get Quarter (Fiscal Quarter) f...  

✅ If formula in Excel with examples
   • If formula in Excel with examples  

✅ Compare two columns in Excel quickly for matching values or amt differences    • Compare two columns in Excel quickly ...  

✅ Case sensitive Vlookup (lookup) in Excel) | Exact match lookup in Excel    • Case sensitive Vlookup (lookup) in Ex...  

✅ Convert Numbers/currency to Words (Rupees, Dollar or Any currency) formula in Excel using VBA UDF    • Convert Numbers/currency to Words (Rs...  

#learnyouandme
#excel#functions


Watch video How to use Choose function in Excel | Choose function in Excel with examples online without registration, duration hours minute second in high quality. This video was added by user LearnYouAndMe 27 March 2020, don't forget to share it with your friends and acquaintances, it has been viewed on our site 88 once and liked it 2 people.