top3 selection

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

If I get the top3 from a list but I need the info from the list next to it -
how can I do that
 
Say your number list is in A1 to A20, and the data you want returned is in
B1 to B20.

Enter this formula in say C1, and copy down to C3, to get the corresponding
data from Column B in the same row as the 3 largest values in Column A:

=INDEX(B$1:B$20,MATCH(LARGE(A$1:A$20,ROWS($1:1)),A$1:A$20,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