Hi, I'm creating database for a hockey league and I need to create a formula for a record book which would find the players with the most points and show their name.
Here's my basic formula:
Here's my basic formula:
=INDEX(A13:B16;MATCH(MAX(B13:B16);B13:B16;0);1)
Now this formula works great as long as there are no duplicate values in column B.
I was wondering if there was a way to get the answer for all the values, not just the first occurance of it.
Example:
Name: Points:
Wayne Gretzky 7
Mario Lemiuex 7
Harry Houdini 4
Peter Griffin 7
Wayne Gretzky 7
Mario Lemiuex 7
Harry Houdini 4
Peter Griffin 7
I'd like to be able to get the formula to find Gretzky, Lemiuex and Griffin.
Thanks,
Dave
Dave