Sorting Data from a different sheet

V

VoxBox-Richard

I have data that is ranked on one sheet and I would like to display the data
on another sheet in rank order.

I.e,
On one sheet I have team names followed by the rank. On the other sheet I
would like to display the teams in rank order.

I really cant think of a way to do this, my problem is that sometimes I have
a situation where I have two firsts. I can't think away around it.

I would also ideally like the list to auto update.

Thank you.

R.
 
V

vezerid

In source sheet say teams are in A2:A11, rank in B2:B11. In
destination enter the ranks (1, 2, 3...) in A2:A11. In B2:

=INDEX(Sheet1!$A$2:$A$11,MATCH(A2,Sheet1!$B$2:$B$11,0))

HTH
Kostis Vezerides
 

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