View Single Post
  #2   Report Post  
Ian
 
Posts: n/a
Default

Assuming your example cells are A1:B4

=MAX(B2:B4) gives maximum score
=LOOKUP(MAX(B2:B4),B2:B4,A2:A4) gives player with maximum score

--
Ian
--
"FrankTimJr" wrote in message
...
I'm trying to use the MAX formula to not only get the maximum score, but
to
also show the player name as well.

My excel sheet is set up like this:

PLAYER NAME SCORE
Player 1 200
Player 2 210
Player 3 220

I want the formula to not only show me that 220 is the highest score, but
I
also want to show the name of the player who has the highest score.

Thanks,