kind of new to excel, need help finding values

  • Thread starter Thread starter evann
  • Start date Start date
E

evann

ok i've got statistics of 100 users, A column is their username..
column-G column are different stats for each user. How can I find th
Max of say column B, and get their name from column A, then displa
them in a cell (or a seperate cell for the max,and their name). I kno
how to get Max, but not how to get the corrisponding name. Thanks al
 
Hi
try in
H1
=MAX(B1:B100)
I1:
=INDEX(A1:A100,MATCH(H1,B1:B100,0))
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top