Min Fuction

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
=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)
 
Back
Top