ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   look up max (https://www.excelbanter.com/excel-worksheet-functions/189004-look-up-max.html)

CTURNER82

look up max
 
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

look up max
 
try this where col i has the numbers and col h has the names
=INDEX(H:H,MATCH(MAX(I:I),I:I))

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"CTURNER82" wrote in message
...
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.



Niek Otten

look up max
 
=INDEX(A1:A3,MATCH(MAX(B1:B3),B1:B3,0))

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"CTURNER82" wrote in message ...
| 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.




All times are GMT +1. The time now is 12:45 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com