J
JB
I have a column (M) that used to get its value from an earlier column's (E)
value dvided by 18. The, a further column N) worked out the verage of all
values in that column.
So:
E =IF(ISERROR(AVERAGE(A5:C5)),"",AVERAGE(A5:C5))
M = E/18
N =AVERAGE(M4:M1000)
Now: I changed M to become =IF(ISERROR(AVERAGE(I4:K4)),"",AVERAGE(I4:K4))
and expected N to stay as before. However, N now gives me a totally
unexpected result: 3.1 instead of 5.9.
What have I done wrong?
Thank you
JB
value dvided by 18. The, a further column N) worked out the verage of all
values in that column.
So:
E =IF(ISERROR(AVERAGE(A5:C5)),"",AVERAGE(A5:C5))
M = E/18
N =AVERAGE(M4:M1000)
Now: I changed M to become =IF(ISERROR(AVERAGE(I4:K4)),"",AVERAGE(I4:K4))
and expected N to stay as before. However, N now gives me a totally
unexpected result: 3.1 instead of 5.9.
What have I done wrong?
Thank you
JB