Basically, I have 3 columns (A, X, Z) and I want it to average those without factoring in the zero.
The closest thing I could find towards performing this is the formula listed below:
=SUM(A1:A100)/COUNTIF(A1:A100,">0")
I altered the forumala to the following to suit my needs:
=SUM(A,X,Z)/COUNTIF(A,X,Z,">0")
The above formula did not work and futhermore I'm not even sure I have the right formula for what I am trying to accomplish.
Please help! Thanks!
The closest thing I could find towards performing this is the formula listed below:
=SUM(A1:A100)/COUNTIF(A1:A100,">0")
I altered the forumala to the following to suit my needs:
=SUM(A,X,Z)/COUNTIF(A,X,Z,">0")
The above formula did not work and futhermore I'm not even sure I have the right formula for what I am trying to accomplish.
Please help! Thanks!