Can anyone tell me how to auto change dates based on hours worked? All tasks are sequential, so row 2 "end date" will be the "start date" of the row 3.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Task[/TD]
[TD]Hours Worked[/TD]
[TD]Start Date[/TD]
[TD]End Date[/TD]
[/TR]
[TR]
[TD]Task#1[/TD]
[TD]8[/TD]
[TD]09/15/2018[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Task #2[/TD]
[TD]16[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Your help is greatly appreciated.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Task[/TD]
[TD]Hours Worked[/TD]
[TD]Start Date[/TD]
[TD]End Date[/TD]
[/TR]
[TR]
[TD]Task#1[/TD]
[TD]8[/TD]
[TD]09/15/2018[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Task #2[/TD]
[TD]16[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Your help is greatly appreciated.