Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Numbers in A1:A20.
Enter this in B1, and copy down: =SMALL(A$1:A$20,ROWS($1:1)) -- HTH, RD --------------------------------------------------------------------------- Please keep all correspondence within the NewsGroup, so all may benefit ! --------------------------------------------------------------------------- "Suzuki" <Suzuki @discussions.microsoft.com wrote in message ... 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. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
SORRY !
That was Low to High. This is for High to Low: =Large(A$1:A$20,ROWS($1:1)) -- HTH, RD --------------------------------------------------------------------------- Please keep all correspondence within the NewsGroup, so all may benefit ! --------------------------------------------------------------------------- "Suzuki" <Suzuki @discussions.microsoft.com wrote in message ... 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. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Sorting Values Without Sorting Formulas | Excel Discussion (Misc queries) | |||
Sorting Negative with Positive Values | Excel Discussion (Misc queries) | |||
Sorting By Values...NOT Formulas | Excel Discussion (Misc queries) | |||
Sorting values in a bar chart | Charts and Charting in Excel | |||
Sorting Numerical Values... | Excel Worksheet Functions |