G
Gilbert De Ceulaer
B10 = AVERAGE(A1:A10),
B11 = AVERAGE(A2:A11), etc.
In case there are empty cells in the A-column, the result is not correct
anymore because AVERAGE does not take en empty cell into account.
For instance if A1:A10 are 1, A11:A20 are empty and A21:A30 are 2, the above
formula in B21 would give AVERAGE(A12:A21), or 2.
What I want is the average of the previous 10 meaningful cells so - in this
case - the average of A2:A10 and A21, or (9*1+2)/10 = 1.1
Question : Is there a possibility to calculate the average of the previous
10 meaningful cells (0 is meaningful, blank is not)
Thanks in advance.
Gilbert
B11 = AVERAGE(A2:A11), etc.
In case there are empty cells in the A-column, the result is not correct
anymore because AVERAGE does not take en empty cell into account.
For instance if A1:A10 are 1, A11:A20 are empty and A21:A30 are 2, the above
formula in B21 would give AVERAGE(A12:A21), or 2.
What I want is the average of the previous 10 meaningful cells so - in this
case - the average of A2:A10 and A21, or (9*1+2)/10 = 1.1
Question : Is there a possibility to calculate the average of the previous
10 meaningful cells (0 is meaningful, blank is not)
Thanks in advance.
Gilbert