J
jg53
I have been trying to create a formula that returns the following:
If(B4:b6<>0,sum(b4:b6)/3-36, sum(b4:b6)/2-36)
The calculations keeps getting confused by the 0 if there is actually
0 in the cell. for instance if the cells are:
b4: 0
b5:40
b6:48
the formula returns a value of of -7. The answer should actually be
since there was a 0 in one of the cells.
Can anyone help. this has been driving me craz
If(B4:b6<>0,sum(b4:b6)/3-36, sum(b4:b6)/2-36)
The calculations keeps getting confused by the 0 if there is actually
0 in the cell. for instance if the cells are:
b4: 0
b5:40
b6:48
the formula returns a value of of -7. The answer should actually be
since there was a 0 in one of the cells.
Can anyone help. this has been driving me craz