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.