MS Excel - Lesson 16: CHOOSE function in Excel
Choose in Excel allows you to select a value from a list of more than 29 items
The Choose function uses index-num to return a value from the list of arguments
For example, if the value from 1 to 7 is the corresponding value of the day of the week. When a number between 1 and 7 uses index-num, CHOOSE () returns the value of one of those dates
Structure of CHOOSE () function
CHOOSE (Index-num, Value 1, value 2, value 3, .)
Index_num
The index-num function sets the return values. Return values are a number between 1 and 29, or a formula or reference in a cell that contains a number from 1 to 29
- If index-num is 1, Choose function returns value 1, if two functions return value 2, .
- If index-num is less than 1 or greater than the last value in the list, the Choose function returns the error value of #VALUE!
- If index-num is a fraction, it will remove the lowest integer part before giving the result
Value1, Value2, Value3 .
A set of values from the returned result
The example uses the CHOOSE function in Excel
- Click on the cell where you want to return the function result
- From the Insert menu, click Function . , Insert Function dialog box is displayed
- From the Insert Function dialog box, click the arrow pointing down from the Or select a category section , select the Lookup & Reference option .
- In the Select a function section , select CHOOSE and click OK . Display the CHOOSE dialog box
- Enter a cell reference or a value into Index_num. In the case above example, enter 3
- Press Tab and enter the first value in Value1 . Enter 'Monday'
- Press Tab and enter the second value in Value2 . Enter 'Tuesday'
- Repeat the above steps until the end (as the example above is from Monday to Sunday).
- Click OK when done. You will see results displayed on the 4th day
Note : If we enter the Index_num item 5, the result is returned to 6th
You should read it
- How to use the NPER function in Excel to plan loans and savings
- How to fix the SUM function doesn't add up in Excel
- How to use Hlookup function on Excel
- How to use the LEN function in Excel
- CONCAT vs. TEXTJOIN: Which function should I choose to concatenate data?
- How to use function keys in Microsoft Excel
- How to use the SUM function to calculate totals in Excel
- Choose function in Excel, how to use the Choose function and illustrative examples
May be interested
- Ms Access 2003 - Lesson 14: Chapter 4: Creating another databasein this chapter, you will meet some of the parts mentioned in chapter 2, but from a different perspective. you will learn how to manually create a table without relying on the table wizard ..
- Microsoft tested the email pause buttonmicrosoft office lab has just launched a new product called e-mail prioritize to help you rearrange your mailbox to find out which one is important.
- MS Access 2003 - Lesson 15: Create an initial tablein this section, you are ready to create a table for the new database. in chapter 2, you used the table wizard to create tables easily. this not only shows that creating a table manually is difficult; but it is a sure way to understand the table.
- MS Access 2003 - Lesson 16: Check your presentationafter the table layout has been defined, you need to check and improve the table. you can do this easily by using the datasheet mode for the table.
- MS Access 2003 - Lesson 18: Chapter 5: Sorting and filtering informationin order for you to quickly apply information in the table and display it in a more organized way, access provides two special tools: sorting and filtering.
- 'Write a password' with Microsoft Wordword 2007 has a great feature that you can hide any piece of content in the document you want.