Hi can anyone help with this one
I working on a stats sheet and I have people with 2 different scores and a table for reference that gives them the ranking value. I'm not sure nested if are the way to go so any suggestions are welcome
A1 A2 A3 A4
Agent Name Score 1 Score 2 Rating
Agent 1 54% 112.50%
Agent 2 79% 105.50%
Agent 3 75% 130.50%
There reference table looks like
L1 L2 L3
Score 1 Score 2 Rating
85% 120% A
70% 110% B
60% 100% C
50% 90% D
40% 80% E
It needs to look at if there score 1 is 85% and score 2 is 120% then rating is A, else if score 1 is 70% and score 2 is 110% rating is B etc
I working on a stats sheet and I have people with 2 different scores and a table for reference that gives them the ranking value. I'm not sure nested if are the way to go so any suggestions are welcome
A1 A2 A3 A4
Agent Name Score 1 Score 2 Rating
Agent 1 54% 112.50%
Agent 2 79% 105.50%
Agent 3 75% 130.50%
There reference table looks like
L1 L2 L3
Score 1 Score 2 Rating
85% 120% A
70% 110% B
60% 100% C
50% 90% D
40% 80% E
It needs to look at if there score 1 is 85% and score 2 is 120% then rating is A, else if score 1 is 70% and score 2 is 110% rating is B etc