A professor wants to recode numeric grade averages (from 0–100) to letter grades. The professor wants to recode all averages that are 90 and above to the letter A, averages that are at least 80, but less than 90 to the letter B, and so on.
90.1 |
90.0 |
89.9 |
73.1 |
95.3 |
70.0 |
68.5 |
85.5 |
80.0 |
88.5 |
Lower endpoint | Upper endpoint | Recoded value |
---|---|---|
90 | 101 | A |
80 | 90 | B |
70 | 80 | C |
60 | 70 | D |
0 | 60 | F |
The recoded values are in a new column of the worksheet.
C1 | C2-T |
---|---|
Average | Recoded Average |
90.1 | A |
90.0 | A |
89.9 | B |
73.1 | C |
95.3 | A |
70.0 | C |
68.5 | D |
85.5 | B |
80.0 | B |
88.5 | B |