Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I'm looking for a way of selecting the 2nd or 3rd smallest value in a range
of data, not just the min. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi!
=SMALL(A1:A10,1) is the same as =MIN(A1:A10) 2nd smallest: =SMALL(A1:A10,2) 3rd smallest: =SMALL(A1:A10,3) etc Biff "jd110110" wrote in message ... I'm looking for a way of selecting the 2nd or 3rd smallest value in a range of data, not just the min. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to select multiple text boxes in excel for formatting | New Users to Excel | |||
AHHHH-Get Data from Multiple Excel workbooks | Excel Discussion (Misc queries) | |||
multiple select from the drop down list in excel. list in one sheet and drop down in | Excel Discussion (Misc queries) | |||
TRYING TO SET UP EXCEL SPREADSHEET ON MY COMPUTER | New Users to Excel | |||
Using excel to select only matching images... | Excel Discussion (Misc queries) |