League table

G

Guest

I want to craete a league table that automatically list the highest score
first descending along with member name alongside.

Arranging the scores is easy, but I cannot get the names list to re-arrange
to tie in with scores.

Any ideas
 
G

Guest

Assuming names list in A1:A7
Score list in B1:B7

In C1: =LARGE($B$1:$B$7,ROWS($1:1))
In D1: =INDEX($A$1:$A$7,MATCH(C1,$B$1:$B$7,0))

Adjust to suit
 

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

Top