Sort a range

  • Thread starter Thread starter kevin carter
  • Start date Start date
K

kevin carter

Hi,
We have two columns containing formulas(243 in each column)
What we want to do is sort this data in to a top 5 without having to
move or alter the formulas :- ie display the top 5 elsewhere leaving
the original columns(formulas) and rows intact

Can this be done with the mimimum of formulas(eg 5) or VB code


thanks in advance

kevin
 
Maybe you could just apply Data|Filter|Autofilter.

then use the "top 10" (you can adjust the top and 10 portions).

If that doesn't work for you, how about adding another column. Then take a look
at the =rank() worksheet function in excel's help.

Then sort by that column.

If you want to read more about Ranking, visit Chip Pearson's site:
http://www.cpearson.com/excel/rank.htm
 

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