Hi All
Im trying to devise a formula to select the highest 3 scoring players from a table, I've been using
=INDEX(A19:A24,MATCH(LARGE(G19:G24,1),G19:G24,1))
=INDEX(A19:A24,MATCH(LARGE(G19:G24,2),G19:G24,2))
=INDEX(A19:A24,MATCH(LARGE(G19:G24,3),G19:G24,3))
But it is behaving strange and not retrieving the correct data.
Ideally once identified who comes 1st, 2nd, 3rd in each catergory I can allocate 3 points to 1st, 2 points to 2nd and 1 points to 3rd. Then add together all the points total and display a league table for the overall points total alongside the relevant players name. I've attached what I've got so far.
Bookmarks