So I've looked literally everywhere - by which I mean on the first page of Google and no further.
I have sheet 1 that does scores and points and more scores for each team (column C5:C54). These scores lead to a total score in column N5:N54. Thus Column O5:O54 shows the ranking by the RANK function (that's the easy bit that I've got sorted).
I then want to have the rankings sheet as a separate sheet to display them nicely formatted to the competitors. So I currently have a table set up on sheeet 2 that uses INDEX and MATCH to find the corresponding rank number from sheet 2 column B2:B51 and display the name beside.
However my issue is that there could easily be duplicates of each rank (sheet 1 displays multiple of the same rank sometimes no bother) and the INDEX and MATCH does not allow for this and so I am getting a return of #N/A in sheet 2 sometimes.
Is this requiring some sort of SORT function to first of all take the rankings as they are with the duplicates that may occur, as opposed to having sheet 1 having a fixed rankings list 1:50? Ideally having duplicates take the form of: 1, 2, 3, 3, 5, 5, 7, etc...
Other sources seem to not be doing exactly as I'm wanting.
Any help would be great, thanks.
I have sheet 1 that does scores and points and more scores for each team (column C5:C54). These scores lead to a total score in column N5:N54. Thus Column O5:O54 shows the ranking by the RANK function (that's the easy bit that I've got sorted).
I then want to have the rankings sheet as a separate sheet to display them nicely formatted to the competitors. So I currently have a table set up on sheeet 2 that uses INDEX and MATCH to find the corresponding rank number from sheet 2 column B2:B51 and display the name beside.
However my issue is that there could easily be duplicates of each rank (sheet 1 displays multiple of the same rank sometimes no bother) and the INDEX and MATCH does not allow for this and so I am getting a return of #N/A in sheet 2 sometimes.
Is this requiring some sort of SORT function to first of all take the rankings as they are with the duplicates that may occur, as opposed to having sheet 1 having a fixed rankings list 1:50? Ideally having duplicates take the form of: 1, 2, 3, 3, 5, 5, 7, etc...
Other sources seem to not be doing exactly as I'm wanting.
Any help would be great, thanks.