If I have the following data set:
.....A...
1 2.9
2 0.7
3 -0.8
4 -2.5
In cell A6, I want to sum all of A1 thru A4 and average it out =SUM(A1:A4)/4
but...when I add another row of figures at the top of the set and delete a line of figures at the bottom of the set,
for example, now I have:
.....A...
1 -2
2 2.9
3 0.7
4 -0.8
I now have a Fx in A6 that reads =SUM(A2:A4)/4 because I added a row of figures in row 1 and deleted a row of figures in row 4.
I want the Fx in A6 to stay the same when I add and delete rows of information so it always reads without me having to manually go back and change A2 to A1 each time.
Thanks in advance for your help.
.....A...
1 2.9
2 0.7
3 -0.8
4 -2.5
In cell A6, I want to sum all of A1 thru A4 and average it out =SUM(A1:A4)/4
but...when I add another row of figures at the top of the set and delete a line of figures at the bottom of the set,
for example, now I have:
.....A...
1 -2
2 2.9
3 0.7
4 -0.8
I now have a Fx in A6 that reads =SUM(A2:A4)/4 because I added a row of figures in row 1 and deleted a row of figures in row 4.
I want the Fx in A6 to stay the same when I add and delete rows of information so it always reads without me having to manually go back and change A2 to A1 each time.
Thanks in advance for your help.