Hi
I have named the columns as below...
And using LARGE function to get the top 5 values arrangement
And using INDEX & MATCH to match each score with its name
The problem here that I found duplicated names for the same score, but what I need as follows...
Name D Score 7 which is the first name gets 7 in column
Name G Score 7 which is the second name gets 7 in column
Name I Score 7 which is the third name gets 7 in column
Name B Score 5 which is the first name gets 5 in column
Name F Score 5 which is the second name gets 5 in column
How could I do this, please?
Thanks
I have named the columns as below...
And using LARGE function to get the top 5 values arrangement
And using INDEX & MATCH to match each score with its name
The problem here that I found duplicated names for the same score, but what I need as follows...
Name D Score 7 which is the first name gets 7 in column
Name G Score 7 which is the second name gets 7 in column
Name I Score 7 which is the third name gets 7 in column
Name B Score 5 which is the first name gets 5 in column
Name F Score 5 which is the second name gets 5 in column
How could I do this, please?
Thanks