sorting values

  • Thread starter Thread starter Suzuki
  • Start date Start date
S

Suzuki

I would like to use a formula to copy all the values from a range (in a
column) to the next column, at which time they are sorted from high to low.
This way I can see the originial data side by side with the sorted data.
 
Numbers in A1:A20.
Enter this in B1, and copy down:

=SMALL(A$1:A$20,ROWS($1:1))
 
SORRY !
That was Low to High.
This is for High to Low:

=Large(A$1:A$20,ROWS($1:1))
 

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

Similar Threads


Back
Top