I have been stumped with how to accomplish this in a formula. What I have is a list of bowlers and scores. I have ranked each bowler based on their total series of games, and would like to VLOOKUP results into a nicely formatted final standings sheet. I know I can accomplish what I am asking by simply doing an auto-filter for the rank column, but I need to keep the score entry sheet in tact.
The issue arises when 2 people carry the same score and are ranked in the same spot. Sample data is below:
Rank Name game1 game2 game3
1 bob 100 100 100
1 steve 100 99 100
3 adam 99 99 99
I am using the rank function to sort the bowlers, then sort the results sheet automatically using the =SMALL function. Then I am looking to Vlookup the name of the bowler based on the ranking on the new sheet. However, when I have the above situation, I get bob twice instead of bob and steve.
Any ideas how I can bring in different names for the same rank?
The issue arises when 2 people carry the same score and are ranked in the same spot. Sample data is below:
Rank Name game1 game2 game3
1 bob 100 100 100
1 steve 100 99 100
3 adam 99 99 99
I am using the rank function to sort the bowlers, then sort the results sheet automatically using the =SMALL function. Then I am looking to Vlookup the name of the bowler based on the ranking on the new sheet. However, when I have the above situation, I get bob twice instead of bob and steve.
Any ideas how I can bring in different names for the same rank?