Thread
:
Averaging, ignoring zeros
View Single Post
#
2
Bob Phillips
Posts: n/a
=AVERAGE(IF(A1:A100<0,A1:A100))
This is an array formula, so commit with Ctrl-SHift-Enter.
--
HTH
RP
(remove nothere from the email address if mailing direct)
"Mark" wrote in message
...
How do you average values in a row, ignoring any zeros?
Reply With Quote