Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I'm trying to figure out which formula to use to find the lowest value (all
numbers) in a range excluding zero. I've tried MIN, MINA and DMIN, which I think is the correct one....but I'm not sure how to set the criteria to 0 Thanks for any help ^..^< |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
This is an array formula, entered by pressing Ctrl-Shift-Enter
=MIN(IF(A1:A30,A1:A3)) "Bad Kitty" wrote: I'm trying to figure out which formula to use to find the lowest value (all numbers) in a range excluding zero. I've tried MIN, MINA and DMIN, which I think is the correct one....but I'm not sure how to set the criteria to 0 Thanks for any help ^..^< |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
A non-array approach I saw Harlan Grove use:
=SMALL(A1:A7,COUNTIF(A1:A7,"<=0")+1) "Bad Kitty" wrote: I'm trying to figure out which formula to use to find the lowest value (all numbers) in a range excluding zero. I've tried MIN, MINA and DMIN, which I think is the correct one....but I'm not sure how to set the criteria to 0 Thanks for any help ^..^< |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how do i find the lowest number in a column in Excel? | Excel Discussion (Misc queries) | |||
lowest number above 0 | Excel Discussion (Misc queries) | |||
get lowest positive number | Excel Discussion (Misc queries) | |||
Formula for displaying the lowest number of a range? | Excel Worksheet Functions | |||
Highlight lowest number | Excel Discussion (Misc queries) |