Don't know if this is possible but thought someone out there may have some ideas....
Making a holiday work rota and trying to get the sum of the hours taken between two dates
This is basically how it looks:
Sheet 1
[TABLE="class: grid, width: 200"]
<tbody>[TR]
[TD]Date[/TD]
[TD]Rota hours[/TD]
[/TR]
[TR]
[TD]10/11/2017[/TD]
[TD]10[/TD]
[/TR]
[TR]
[TD]11/11/2017[/TD]
[TD]7[/TD]
[/TR]
[TR]
[TD]12/11/2017[/TD]
[TD]10[/TD]
[/TR]
[TR]
[TD]13/11/2017[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]14/11/2017[/TD]
[TD]6[/TD]
[/TR]
</tbody>[/TABLE]
Sheet 2[TABLE="class: outer_border, width: 300"]
<tbody>[TR]
[TD]Holiday start date[/TD]
[TD]Holiday end date[/TD]
[TD]Total hours holiday[/TD]
[/TR]
[TR]
[TD]10/11/2017[/TD]
[TD]13/11/2017[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Total hours holiday would be the sum of column B between those 2 dates on sheet 1.
Anyone any ideas
Making a holiday work rota and trying to get the sum of the hours taken between two dates
This is basically how it looks:
Sheet 1
[TABLE="class: grid, width: 200"]
<tbody>[TR]
[TD]Date[/TD]
[TD]Rota hours[/TD]
[/TR]
[TR]
[TD]10/11/2017[/TD]
[TD]10[/TD]
[/TR]
[TR]
[TD]11/11/2017[/TD]
[TD]7[/TD]
[/TR]
[TR]
[TD]12/11/2017[/TD]
[TD]10[/TD]
[/TR]
[TR]
[TD]13/11/2017[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]14/11/2017[/TD]
[TD]6[/TD]
[/TR]
</tbody>[/TABLE]
Sheet 2[TABLE="class: outer_border, width: 300"]
<tbody>[TR]
[TD]Holiday start date[/TD]
[TD]Holiday end date[/TD]
[TD]Total hours holiday[/TD]
[/TR]
[TR]
[TD]10/11/2017[/TD]
[TD]13/11/2017[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Total hours holiday would be the sum of column B between those 2 dates on sheet 1.
Anyone any ideas