nathanlindop
New Member
- Joined
- Sep 19, 2013
- Messages
- 3
Hello, I'm looking to easily drag the sum of certain cells in a different column BUT keeping a specific range, it's hard to explain so i'll show an example...
[TABLE="width: 300"]
<tbody>[TR]
[TD]A1
A2
A3
A4
A5
A6
A7
A8[/TD]
[TD]B1=SUM(A1:A4)
B2=SUM(A4:A7)
B3=SUM(A8:A11)
And so on...[/TD]
[/TR]
</tbody>[/TABLE]
Is there any way I can do this by dragging down the cell formula from B1 and it remembering the range of 4, so I don't have to manually select each range...?
Thanks
[TABLE="width: 300"]
<tbody>[TR]
[TD]A1
A2
A3
A4
A5
A6
A7
A8[/TD]
[TD]B1=SUM(A1:A4)
B2=SUM(A4:A7)
B3=SUM(A8:A11)
And so on...[/TD]
[/TR]
</tbody>[/TABLE]
Is there any way I can do this by dragging down the cell formula from B1 and it remembering the range of 4, so I don't have to manually select each range...?
Thanks