Thread
:
How do I average a formula without calculating zero values?
View Single Post
#
2
Bob Phillips
Posts: n/a
=AVERAGE(IF(rng<0,rng))
which is an array formula so commit with Ctrl-Shift-Enter.
--
HTH
Bob Phillips
"KMHarpe" wrote in message
...
I want to average a column, except for the cells that have zero as a
value.
How do I do this?
Thanks!
Reply With Quote