Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Worksheet Functions / May 2008

Tip: Looking for answers? Try searching our database.

look up max

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
CTURNER82 - 27 May 2008 19:37 GMT
Hi.  This seems like it should be simple but I'm not having any luck.  If
column A is a list of names and B is a list of corresponding numbers (like
test scores), in C1 I want to find the highest score in B and show the name
of the person to whom it belongs.  I can find the MAX in column B, but can't
seem to get beyond that.
Any help would be appreciated.
Don Guillett - 27 May 2008 19:43 GMT
try this where col i has the numbers and col h has the names
=INDEX(H:H,MATCH(MAX(I:I),I:I))

Signature

Don Guillett
Microsoft MVP Excel
SalesAid Software
dguillett1@austin.rr.com

> Hi.  This seems like it should be simple but I'm not having any luck.  If
> column A is a list of names and B is a list of corresponding numbers (like
[quoted text clipped - 4 lines]
> seem to get beyond that.
> Any help would be appreciated.
Niek Otten - 27 May 2008 19:47 GMT
=INDEX(A1:A3,MATCH(MAX(B1:B3),B1:B3,0))

Signature

Kind regards,

Niek Otten
Microsoft MVP - Excel

| Hi.  This seems like it should be simple but I'm not having any luck.  If
| column A is a list of names and B is a list of corresponding numbers (like
| test scores), in C1 I want to find the highest score in B and show the name
| of the person to whom it belongs.  I can find the MAX in column B, but can't
| seem to get beyond that.
| Any help would be appreciated.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.