Hey all,
I'm a teacher trying to create an excel document that analyses student data.
I'm trying to work out what is the average NUMERICAL grade for each student, but only if they have an X next to their name. I used this formula:
=AVERAGEIFS('Pupil Data Table'!J9:J155,'Pupil Data Table'!AA9:AA155,"x")
It works absolutely fine... except that now, I don't want it to give the numerical average as the value in the box, instead I want it to convert to a LETTER grade.
For example, there are 24 possible numbers, and the average could be any one of those numbers. However, if the answer to the average was 1 for example, I don't want it to show 1, but instead show "1C"... If it was 2, I'd want it instead to show "1B"... if it was 24, I'd want it instead to show "8A".
Can anyone help? Hopefully this made sense...
Bookmarks