Home |
Search |
Today's Posts |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks everyone. There are negative numbers to I will use that formula. The
helper column I should have thought up myself (but it never occurred to me); but I never would have been able to produce the formula with the COUNTIF without your help, even though I tried myself (unsuccessfully) before I posted to the users group. Thanks again, -- Louis "Dave Peterson" wrote: And building on Biff's formula: If there are negative numbers: =SMALL(A1:A10,1+COUNTIF(A1:A10,"<="&0)) and in case there are no positive numbers: =IF(COUNTIF(A1:A10,""&0)=0,"No numbers larger than 0", SMALL(A1:A10,1+COUNTIF(A1:A10,"<="&0))) Biff wrote: Try this: I'm assuming there are no negative numbers. =SMALL(A1:A10,1+COUNTIF(A1:A10,0)) Biff "Louis" wrote in message ... How do I create a function that looks at a column of numbers and give show the smallest number that is greater than zero? I tried a nested if function but it doesn't give me the correct answer. -- Louis -- Dave Peterson |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
numerical integration | Excel Discussion (Misc queries) | |||
What function to determine the second small integer from a list? | Excel Worksheet Functions | |||
Date & Time | New Users to Excel | |||
Conversion | Excel Worksheet Functions | |||
HOW CAN I GET OFFICE 2003 EXCEL BASIC TO NEST FUNCTIONS LIKE EXCE. | Excel Worksheet Functions |