0% found this document useful (0 votes)
101 views9 pages

Understanding the CHOOSE Function in Excel

The CHOOSE function returns a value from a list of values based on the position number provided. The function syntax is =CHOOSE(<choice>,<option1>,<option2>,...<option n>) where <choice> is the position number and <option> are the list of values. The function displays the corresponding value based on the number in the <choice> cell and can be copied to other cells to dynamically display the selected value. An error is displayed if the number in <choice> is greater than the number of options provided.

Uploaded by

ALbert Nimasreb
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
101 views9 pages

Understanding the CHOOSE Function in Excel

The CHOOSE function returns a value from a list of values based on the position number provided. The function syntax is =CHOOSE(<choice>,<option1>,<option2>,...<option n>) where <choice> is the position number and <option> are the list of values. The function displays the corresponding value based on the number in the <choice> cell and can be copied to other cells to dynamically display the selected value. An error is displayed if the number in <choice> is greater than the number of options provided.

Uploaded by

ALbert Nimasreb
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd

The Choose Function

Choose Function

Is a function that is used to return a value from


a list of values.
Choose Function Format

=CHOOSE(<choice>,<option1><option2>,…<option n>)
Choose Function

Position the pointer in cell E4 then enter the function


=CHOOSE(D4,90,88,86,84) in the cell or in the formula
bar.
Choose Function

Press Enter and the grade will automatically display in the


selected cell.
Choose Function

To copy the function in the succeeding cells, use copy and


paste or use the fill handle.
Choose Function

Cell E10 displays #VALUE! because the formula expects


only numbers 1,2,3, and 4 but cell D10 stored 5.
Choose Function

Example of function to return text.


Thank you.

You might also like