[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Col.H
[/TD]
[TD]Col. L
[/TD]
[TD]Col. O
[/TD]
[TD]Date:
[/TD]
[TD]14.09.2018
[/TD]
[/TR]
[TR]
[TD]Date
[/TD]
[TD]Length
[/TD]
[TD]Cum. Length / Result
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]21.08.2018
[/TD]
[TD]4
[/TD]
[TD]4
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]25.10.2018
[/TD]
[TD]6
[/TD]
[TD]6
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]06.11.2018
[/TD]
[TD]8
[/TD]
[TD]14
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]29.11.2018
[/TD]
[TD]5
[/TD]
[TD]19
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]17.07.2018
[/TD]
[TD]9
[/TD]
[TD]13
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]01.08.2018
[/TD]
[TD]7
[/TD]
[TD]20
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]09.08.2018
[/TD]
[TD]12
[/TD]
[TD]32
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]22.08.2018
[/TD]
[TD]22
[/TD]
[TD]54
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Hey guys,
I need some help with a tricky problem and I have no clue how to solve it. Basically what I want is to accumulate the data with a constraint. So..
In Col. O are the results. Don't know if it's possible withou VBA?!
Every date that is before/equal 14.09.2018 should be accumulated (here the accum. dates are: 21.08.2018, 17.07.2018, 01.08.2018, 09.08.2018 and 22.08.2018).
And the other ones should be accumulated as well.
Thank you for your help.
With best regards
Joe
<tbody>[TR]
[TD]Col.H
[/TD]
[TD]Col. L
[/TD]
[TD]Col. O
[/TD]
[TD]Date:
[/TD]
[TD]14.09.2018
[/TD]
[/TR]
[TR]
[TD]Date
[/TD]
[TD]Length
[/TD]
[TD]Cum. Length / Result
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]21.08.2018
[/TD]
[TD]4
[/TD]
[TD]4
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]25.10.2018
[/TD]
[TD]6
[/TD]
[TD]6
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]06.11.2018
[/TD]
[TD]8
[/TD]
[TD]14
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]29.11.2018
[/TD]
[TD]5
[/TD]
[TD]19
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]17.07.2018
[/TD]
[TD]9
[/TD]
[TD]13
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]01.08.2018
[/TD]
[TD]7
[/TD]
[TD]20
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]09.08.2018
[/TD]
[TD]12
[/TD]
[TD]32
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]22.08.2018
[/TD]
[TD]22
[/TD]
[TD]54
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Hey guys,
I need some help with a tricky problem and I have no clue how to solve it. Basically what I want is to accumulate the data with a constraint. So..
In Col. O are the results. Don't know if it's possible withou VBA?!
Every date that is before/equal 14.09.2018 should be accumulated (here the accum. dates are: 21.08.2018, 17.07.2018, 01.08.2018, 09.08.2018 and 22.08.2018).
And the other ones should be accumulated as well.
Thank you for your help.
With best regards
Joe