Sorting top three from any number
I am doing a quiz.
A player can have as many goes as they like e.g. Fred has 6 goes, Jessica has 5 goes, Ann has 4 goes and they score:
Fred
3
6
3
7
2
4
Jessica
5
4
6
7
3
Ann
3
4
6
5
How do I sort the data alpahbetically and by number so that ONLY the top three scores for each player are shown:
Fred 7
Jessica 7
Ann 6
Fred 6
Jessica 6
Ann 5
Jessica 5
Ann 4
Fred 4
Thank you.
I am doing a quiz.
A player can have as many goes as they like e.g. Fred has 6 goes, Jessica has 5 goes, Ann has 4 goes and they score:
Fred
3
6
3
7
2
4
Jessica
5
4
6
7
3
Ann
3
4
6
5
How do I sort the data alpahbetically and by number so that ONLY the top three scores for each player are shown:
Fred 7
Jessica 7
Ann 6
Fred 6
Jessica 6
Ann 5
Jessica 5
Ann 4
Fred 4
Thank you.