- It is LOOKUP function
- We can choose a value from the available list
- It depends on INDEX value
CHOOSE Functional Arguments:
- Index number must be in between 1 to 254
- = CHOOSE (Index_num, Value1, Value2,Value3, ...Value254)
Ex:From the below mentioned example i used index number as 2., from the available list
- It returned PENCIL which is in second position against the selected list
Download The Workbook
=SUM(CHOOSE(3,A10:A20,C10:C15,D1:D10))
- Above formula returns 3rd set
- = Sum D1:D10