Hi all,
I have a spreadsheet that is laid out like below like below:
A B C D E F G->(AB)
8 Forecast: 1957 15200 1520 9000 6587 58874 8700
9 Actual: 1800 9000 1872
10 Variance: 157 6200 -352 0 0 0 0
The values in row 9 are keyed in daily. What I want to be able to do is a total called an estimated average that will
find the first empty row in row 9 and sum from the row field directly above, through to the last field.
Then this figure will be divided by the number of empty rows in row 9.
This is the formula that I have that will determine the empty value and get the value directly above.
=(OFFSET(AB$9,-1,CONCATENATE("-",COUNTBLANK(A$9:AB$9)-1),1,1))
But I am stuck on how to get it to sum from this point through to the last field in this row AB8.
Can anyone help?
Rgrds, Tadynn
I have a spreadsheet that is laid out like below like below:
A B C D E F G->(AB)
8 Forecast: 1957 15200 1520 9000 6587 58874 8700
9 Actual: 1800 9000 1872
10 Variance: 157 6200 -352 0 0 0 0
The values in row 9 are keyed in daily. What I want to be able to do is a total called an estimated average that will
find the first empty row in row 9 and sum from the row field directly above, through to the last field.
Then this figure will be divided by the number of empty rows in row 9.
This is the formula that I have that will determine the empty value and get the value directly above.
=(OFFSET(AB$9,-1,CONCATENATE("-",COUNTBLANK(A$9:AB$9)-1),1,1))
But I am stuck on how to get it to sum from this point through to the last field in this row AB8.
Can anyone help?
Rgrds, Tadynn