Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
First I want to thank Gord Dibben for the correct answer to my last question
and forcing me to accept that I need an eye exam I couldn't tell the difference between asterisks and quote symbols on screen. I need to find the Min value in a column of numbers but I need the formula to ignore zero values I couldnt find anything for this in help is it possible? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=MIN(IF(A1:A10<0,A1:A10))
which is an array formula, it should be committed with Ctrl-Shift-Enter, not just Enter. Excel will automatically enclose the formula in braces (curly brackets), do not try to do this manually. When editing the formula, it must again be array-entered. -- --- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "rustygun3" wrote in message ... First I want to thank Gord Dibben for the correct answer to my last question and forcing me to accept that I need an eye exam I couldn't tell the difference between asterisks and quote symbols on screen. I need to find the Min value in a column of numbers but I need the formula to ignore zero values I couldn't find anything for this in help is it possible? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Which fuction! | Excel Worksheet Functions | |||
if fuction | Excel Worksheet Functions | |||
IF FUCTION | Excel Worksheet Functions | |||
need a fuction that can do this (or can it be done) | Excel Worksheet Functions | |||
For Each Fuction??? | Excel Discussion (Misc queries) |