Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
One way ..
Put in H1, and array-enter the formula (i.e. press CTRL+SHIFT+ENTER): =INDEX($A$1:$F$1,MATCH(SMALL(RANK($A$1:$F$1,$A$1:$ F$1,1),COLUMN(A1)),RANK($A $1:$F$1,$A$1:$F$1,1),0)) Copy H1 across to M1 -- Rgds Max xl 97 --- Singapore, GMT+8 xdemechanik http://savefile.com/projects/236895 -- "Steved" wrote in message ... Hello from Steved in Cells A1 to F1 I have 25, 2, 3, 12, 23, 1 ok in cells H1 to M1 Iwould like to have 1, 2, 3, 12, 23, 25 ie lowest to the highest What formula would I use in H1 to M1 to acheive this please. Thankyou. |
#2
![]() |
|||
|
|||
![]()
And if you're copying down to do likewise for A2:F2, A3:F3, etc
Put this instead in H1, array-entered as before, then copy across to M1, and fill down as required: =INDEX($A1:$F1,MATCH(SMALL(RANK($A1:$F1,$A1:$F1,1) ,COLUMN(A1)),RANK($A1:$F1, $A1:$F1,1),0)) -- Rgds Max xl 97 --- Singapore, GMT+8 xdemechanik http://savefile.com/projects/236895 -- |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Find lowest and highest value from a set of rows | Excel Discussion (Misc queries) | |||
How do i sort a group of cells from highest to lowest | Excel Discussion (Misc queries) | |||
Formula to sum and list highest to lowest | Excel Worksheet Functions | |||
How to find highest, lowest and last cell in row? | Excel Discussion (Misc queries) | |||
How to find highest, lowest and last cell in a row? | Excel Worksheet Functions |