I have what I think is a difficult problem with a Lookup formula. My situation is that I have students in five different grades (K-4) each with a score on a certain assessment instrument.
I need to assign each student to a proficiency level (LOW, MIDDLE, or HIGH) based on their score. The problem is that the cut-points for proficiency are different for each grade. For example:
In grade K students need to be assigned to one of the following groups:
Score = 0-3 = LOW
Score = 4-7 = MIDDLE
Score = 8-20 = HIGH
In Grade 1 the groups are:
Score = 0-6 = LOW
Score = 7-10 = MIDDLE
Score = 11-20 = HIGH
And so on... Each grade is different. All of the kids are in one big list. There is a column for GRADE and a column for SCORE. There are other columns too that are relevant for this problem.
Can anyone help?
I need to assign each student to a proficiency level (LOW, MIDDLE, or HIGH) based on their score. The problem is that the cut-points for proficiency are different for each grade. For example:
In grade K students need to be assigned to one of the following groups:
Score = 0-3 = LOW
Score = 4-7 = MIDDLE
Score = 8-20 = HIGH
In Grade 1 the groups are:
Score = 0-6 = LOW
Score = 7-10 = MIDDLE
Score = 11-20 = HIGH
And so on... Each grade is different. All of the kids are in one big list. There is a column for GRADE and a column for SCORE. There are other columns too that are relevant for this problem.
Can anyone help?