Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I have a range of numbers that span from A1-E1. I would
like for F1 to show the lowest number in the span (min), G1 to show the 2nd lowest number, H1 to show the 3rd lowest, etc. TFTH, Jay |
#2
![]() |
|||
|
|||
![]()
=SMALL($A$1:$E$1,COLUMN(A1))
and copy across -- HTH RP (remove nothere from the email address if mailing direct) "jwebb" wrote in message ... I have a range of numbers that span from A1-E1. I would like for F1 to show the lowest number in the span (min), G1 to show the 2nd lowest number, H1 to show the 3rd lowest, etc. TFTH, Jay |
#3
![]() |
|||
|
|||
![]()
Enter this in F1, and drag across to copy:
=SMALL($A$1:$E$1,COLUMN(A1)) -- HTH, RD ============================================== Please keep all correspondence within the Group, so all may benefit! ============================================== "jwebb" wrote in message ... I have a range of numbers that span from A1-E1. I would like for F1 to show the lowest number in the span (min), G1 to show the 2nd lowest number, H1 to show the 3rd lowest, etc. TFTH, Jay |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Define a range based on another named range | Excel Worksheet Functions | |||
How do I find the two lowest values in a range? | Excel Worksheet Functions | |||
named range refers to: in a chart | Excel Discussion (Misc queries) | |||
Find lowest value in a range | Excel Worksheet Functions | |||
How can I get the lowest price, second lowest etc. from a range o. | Excel Worksheet Functions |