Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have a series of numbers in one column (sample):
1 2 4 5 7 16 What formula would find the smallest available number? In other words how would I find "3"? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hello,
Array-enter =INDEX(ROW(INDIRECT(MIN(A1:A6)&":"&MAX(A1:A6))),MA TCH(TRUE,ISNA(MATCH(ROW(INDIRECT(MIN(A1:A6)&":"&MA X(A1:A6))),A1:A6,0)), 0)) Regards, Bernd |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Assuming the range of numbers is 1 to 16.
Array entered** : =SMALL(IF(ISNA(MATCH(ROW(INDIRECT("1:16")),A2:A7,0 )),ROW(INDIRECT("1:16"))),1) ** array formulas need to be entered using the key combination of CTRL,SHIFT,ENTER (not just ENTER). Hold down both the CTRL key and the SHIFT key then hit ENTER. -- Biff Microsoft Excel MVP "Iriemon" wrote in message ... I have a series of numbers in one column (sample): 1 2 4 5 7 16 What formula would find the smallest available number? In other words how would I find "3"? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
series objects; finding specific ones in the collection | Charts and Charting in Excel | |||
User Selectable Series and Number of Series for Line Chart | Charts and Charting in Excel | |||
Finding Minimum Value in series, excluding zero values | Excel Worksheet Functions | |||
Finding series index if I know the Series Name | Charts and Charting in Excel | |||
Help needed in finding specific series via row. | Excel Worksheet Functions |