D
David Schuler
I have to calculate a total average of multiple sheets. This is the
formula I have so far.
=SUM(Baehman:Vandenberg!$M$49)/COUNT(Baehman:Vandenberg!$M$49,">0")
However, the result is still the average of all cells, INCLUDING the
zeros! The cell reference (M49) has another formula in it:
=IF(J45>0,(QUOTIENT((E45/J45)*100,1)),0)
The reason for the IF statement is because without data in J45, M49
returns #DIV/0 error. And there will be instances when both J45 and
M49 SHOULD equal 0.
Can someone help me get these formulas working? I appreciate it and
so does what is left of my hair....
formula I have so far.
=SUM(Baehman:Vandenberg!$M$49)/COUNT(Baehman:Vandenberg!$M$49,">0")
However, the result is still the average of all cells, INCLUDING the
zeros! The cell reference (M49) has another formula in it:
=IF(J45>0,(QUOTIENT((E45/J45)*100,1)),0)
The reason for the IF statement is because without data in J45, M49
returns #DIV/0 error. And there will be instances when both J45 and
M49 SHOULD equal 0.
Can someone help me get these formulas working? I appreciate it and
so does what is left of my hair....