Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

min formula

0 views
Skip to first unread message

Bill H.

unread,
Jan 3, 2010, 7:23:42 PM1/3/10
to
How do I construct a formula that will find the minimum in a column of
numbers (which may include positive and negative values) while ignoring any
cells with a zero value?

Thx.


--
Bill


T. Valko

unread,
Jan 3, 2010, 8:28:35 PM1/3/10
to
Try this array formula** :

=MIN(IF(A1:A10<>0,A1:A10))

** 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


"Bill H." <w...@photosourcefolio.com> wrote in message
news:uiotVUNj...@TK2MSFTNGP02.phx.gbl...

Bill H.

unread,
Jan 3, 2010, 8:58:22 PM1/3/10
to
so far, so good!

Thx!!

--Bill

"T. Valko" <biffi...@comcast.net> wrote in message
news:eRlG90Nj...@TK2MSFTNGP04.phx.gbl...

T. Valko

unread,
Jan 3, 2010, 10:33:09 PM1/3/10
to
You're welcome. Thanks for the feedback!

--
Biff
Microsoft Excel MVP


"Bill H." <w...@photosourcefolio.com> wrote in message

news:erHQDJOj...@TK2MSFTNGP02.phx.gbl...

0 new messages