LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,058
Default Find Highest Score In List Formula

Say the data is like:

frank 56
joe 9
frank 74
frank 101
jim 143
jim 146
joe 200
frank 164
joe 135
joe 127
joe 177
jim 10
jim 135
jim 53
frank 190
joe 109
jim 193
jim 29
jim 8
jim 107
joe 93
joe 9
jim 153
jim 186
joe 36
jim 174
jim 141
frank 55
jim 92
frank 141
joe 15
frank 5
frank 34
joe 161
jim 103
joe 88
and we want the max score for frank:

=MAX(IF(A1:A36="frank",B1:B36,""))
will return 190

NOTE this is an array formula that must be entered with CNTRL-SHFT-ENTER
rather than just the ENTER key.
--
Gary''s Student - gsnu201001


"Ron" wrote:

Hello all,

I'm looking to return the highest score for a users with multiple
scores in a list of other users with multiple scores.

Thank you,
Ron
.

 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Formula to find highest alphabetic name in a list of names Grd Excel Worksheet Functions 6 March 15th 06 02:44 AM
Highest Score for each Test abqhusker Excel Worksheet Functions 4 October 8th 05 06:25 PM
Highest score in team Hugh Murfitt Excel Discussion (Misc queries) 4 June 17th 05 02:09 AM
i need a function to find the highest value in a list Melani Excel Worksheet Functions 2 April 14th 05 07:00 PM
Highest score soxn4n04 Excel Worksheet Functions 3 November 29th 04 02:53 PM


All times are GMT +1. The time now is 10:03 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"