Hi. Posting my sheet:
In D3 I've done data validation with a list of students in column A. I want D4 to award a gold medal (the first image function) to all student who got the top score. a silver one to whomever got the second highest score and a bronze one to whomever got the third highest score. The problem with my formula is it will only give the medal to the first person in the list with the top score, so if I choose a student with the same score, it will show me no medal.
Seems like an easy problem, but I've tried all sorts of things (including a combination of UNIQUE, SORT, CHOOSEROWS, etc) and I can't get it to do what I'd like for it to do. Thanks!
STUDENTS | SCORES | ||
Student 1 | 8 | ||
Student 2 | 7 | Student 8 | |
Student 3 | 9 | ||
Student 4 | 5 | ||
Student 5 | 7 | ||
Student 6 | |||
Student 7 | 3 | ||
Student 8 | 9 | ||
Student 9 | 6 | ||
In D3 I've done data validation with a list of students in column A. I want D4 to award a gold medal (the first image function) to all student who got the top score. a silver one to whomever got the second highest score and a bronze one to whomever got the third highest score. The problem with my formula is it will only give the medal to the first person in the list with the top score, so if I choose a student with the same score, it will show me no medal.
Seems like an easy problem, but I've tried all sorts of things (including a combination of UNIQUE, SORT, CHOOSEROWS, etc) and I can't get it to do what I'd like for it to do. Thanks!