jbenfleming
New Member
- Joined
- Mar 30, 2017
- Messages
- 34
I have two columns, one with dates and one with values. Such as:
[TABLE="width: 100"]
<tbody>[TR]
[TD]8/4/19[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]8/5/19[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]8/6/19[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]8/7/19[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]8/8/19[/TD]
[TD]7[/TD]
[/TR]
[TR]
[TD]8/9/19[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]8/10/19[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]8/11/19[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]8/12/19[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]8/13/19[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]8/14/19[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]8/15/19[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]8/16/19[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]8/17/19[/TD]
[TD]4[/TD]
[/TR]
</tbody>[/TABLE]
In a separate cell I want to sum up the first week, i.e. =sum(b1:b7). I want to fill that formula down one row to capture the second week. But of course if I fill down one row it will change the formula to =sum(b2:b8) rather than my desired value, =sum(b8:b14). Any ideas on how to approach this?
[TABLE="width: 100"]
<tbody>[TR]
[TD]8/4/19[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]8/5/19[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]8/6/19[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]8/7/19[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]8/8/19[/TD]
[TD]7[/TD]
[/TR]
[TR]
[TD]8/9/19[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]8/10/19[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]8/11/19[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]8/12/19[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]8/13/19[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]8/14/19[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]8/15/19[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]8/16/19[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]8/17/19[/TD]
[TD]4[/TD]
[/TR]
</tbody>[/TABLE]
In a separate cell I want to sum up the first week, i.e. =sum(b1:b7). I want to fill that formula down one row to capture the second week. But of course if I fill down one row it will change the formula to =sum(b2:b8) rather than my desired value, =sum(b8:b14). Any ideas on how to approach this?
Last edited: