0% found this document useful (0 votes)
15 views2 pages

CHOOSE

The 'CHOOSE' function selects a value from a list based on a provided index number, allowing for up to 254 values. It can return either a single value or a range of values depending on the index specified. The document includes examples of scores and remarks for different individuals, demonstrating how the function can be applied.

Uploaded by

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

CHOOSE

The 'CHOOSE' function selects a value from a list based on a provided index number, allowing for up to 254 values. It can return either a single value or a range of values depending on the index specified. The document includes examples of scores and remarks for different individuals, demonstrating how the function can be applied.

Uploaded by

lsbexcel
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 2

CHOOSE FUNCTION

‘CHOOSE’ takes some values and chooses one of those based on an index number we supply
Uses index_num to return a value from the list of value arguments.use CHOOSE toselect one of up to 254 values based on the
For example ,if value1 through value 7 are the days of the week.CHOOSE returns one of the days when a number between 1 a

Score Score Remarks Name Score Score Remarks Score Remarks


1 Poor Amit 9 Poor
2 Poor Suresh 10 Average
3 Poor Aman 3 Very Good
4 Average Karan 1 Excellent
5 Average Mahesh 2
6 Average Dinesh 6 Score Remarks
7 Very Good Arti 5 Poor
8 Very Good Vinika 7 Average
9 Very Good Mani 4 Very Good
10 Excellent Maurya 8 Excellent

CHOOSE can return a value or a range from a list of 1 to 254 arguments.

Select Name Ritesh


Select Name Ritesh
x number we supply in the first argument.
to 254 values based on the index number.
hen a number between 1 and 7 is used as index_num.

Name Score Score Remarks Date Month Quarter


Amit 4 Excellent 1/1/2018 1 Quarter1
Suresh 3 Very Good 2/1/2018 2 Quarter1
Aman 2 Average 3/1/2018 3 Quarter1
Karan 1 Poor 4/1/2018 4 Quarter2
5/1/2018 5 Quarter2
Name Score Score Remarks 6/1/2018 6 Quarter2
Amit 4 Excellent 7/1/2018 7 Quarter3
Suresh 3 Very Good 8/1/2018 8 Quarter3
Aman 2 Average 9/1/2018 9 Quarter3
Karan 1 Poor 10/1/2018 10 Quarter4
11/1/2018 11 Quarter4
12/1/2018 12 Quarter4

You might also like