Thread
:
Formula to average ignoring negatives?
View Single Post
#
5
Jerry W. Lewis
Posts: n/a
=AVERAGE(IF(ISNUMBER(A1:A10)*(A1:A10=0),A1:A10))
Jerry
Ragdyer wrote:
Dave,
Those formulas don't seem to work right if there are blank (MT) cells in the
range!
Reply With Quote