Home
Office 2010 Tutorials
Excel 2010 Tutorials
Word 2010 Tutorials
PowerPoint 2010 Tutorials
Excel 2007 Tutorials
Word 2007 Tutorials
PowerPoint 2007 Tutorials
Video Training : Basic
Office 2007 Tips
Video Training : Tricks
Outlook 2007 Tutorials
Excel 2003 Tutorials
Word 2003 Tutorials
PowerPoint 2003 Tutorials
Outlook 2003 Tutorials
Office 2003 Ebooks
Free Office Templates
Free E-Books
Free Clip Arts
Free Newsletter
Free Tips and Tricks
Keyboard Shortcuts
Windows 7 Tutorials
Win Vista Training
MS Office - How To ?
Google Docs
MS Office Software
MS Publisher
Resources Page
Site Map
Contact Us
Privacy Policy

[?] Subscribe To This Site

XML RSS
Add to Google
Add to My Yahoo!
Add to My MSN
Subscribe with Bloglines

 


Excel CHOOSE Function


The Excel Choose function allows you to select a value from a list of up to 29 items.

It uses index_num to return a value from the list of value arguments.

For example, if value1 through value7 are the days of the week, CHOOSE() returns one of the days when a number between 1 and 7 is used as index_num.

Here is the Excel CHOOSE( ) Syntax:
CHOOSE(Index_num, Value1, Value2, Value3, …)

Index_num
This specifies which of the set of values is returned by this function. It must be a number between 1 and 29, or a formula or reference to a cell containing a number between 1 and 29.

  • If index_num is 1, CHOOSE returns value1; if it is 2, CHOOSE returns value2; and so on.
  • If index_num is less than 1 or greater than the number of the last value in the list, CHOOSE returns the #VALUE! error value.
  • If index_num is a fraction, it is truncated to the lowest integer before being used.

    Value1, Value2, Value3…
    A set of values from which the result is returned.

    To use the Excel CHOOSE function (an example)

  • Click on the cell where the function is to go.
  • From the Insert menu, click on Function…to display the Insert Function dialog box.



  • From the Insert Function dialog box displayed, under the Or select a category: box, select the Lookup & Reference.
  • In the Select a function: section, select the CHOOSE and click OK to display the CHOOSE dialog box.



  • Enter either a cell reference or value into the Index_num text entry box. In our case, enter the word 3.
  • Press the Tab key and enter the first value to be chosen from into the Value1 text entry box. Enter the word Monday.
  • Press the Tab key again and enter the second value to be chosen from into the Value2 text entry box. Enter the word Tuesday.
  • Repeat the above step until finish i.e. from Monday to Sunday.
  • Click OK when complete. You will see the result display Wednesday.

    Note: If we enter the 5 in the Index_num text entry box, then it will return the Friday.

    Get FREE ebooks!
    (Click for more info)

    Subscribe to...
    MS Office Tips Newsletter

    E-mail Address:
    First Name:
    Then

    Don't worry -- your e-mail address is totally secure.
    I promise to use it only to send you MS Office Tips.

    Can't find what you're looking for? Try Google Search!

    Google
     

    Back to Top


    << Next Topic : How to Use the Excel DATE( ) Function Correctly?

    >> Previous Topic : Discover the Full Potential of Excel IF( ) Function


    You're viewing the Excel Choose Function info page, click here to go back to the Home Page