G
Guest
Hi
Consider the following table showing scores if a value falls into certain grade "bands"...
High low Score
100 75 A
74 50 B
49 25 C
24 0 D
I have a series of values (eg, "52") that I'd like to place in the appropriate range (ie above the low value but below the high value) and return the relevant value from the "Score" column. So if my value was "52", it would return "B".
I can produce a long formula using nested IF statements, but I'd like a neater solution. Any idea's ??
Thanks
John P
Consider the following table showing scores if a value falls into certain grade "bands"...
High low Score
100 75 A
74 50 B
49 25 C
24 0 D
I have a series of values (eg, "52") that I'd like to place in the appropriate range (ie above the low value but below the high value) and return the relevant value from the "Score" column. So if my value was "52", it would return "B".
I can produce a long formula using nested IF statements, but I'd like a neater solution. Any idea's ??
Thanks
John P