I am tracking dates and want to calculate the estimated delivery date in a single cell as I populate dates in each milestone.
So I have a 60 day(E), 15 day(F), 5 day(G) notification column. I record the date I receive these notices in their respective column. I want to create an estimated delivery date column (H) based on the most recent date.
Example
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]60 Calendar Day Notice[/TD]
[TD]15 Business Day Notice[/TD]
[TD]5 Business Day Notice[/TD]
[TD]Estimated Delivery Date[/TD]
[/TR]
[TR]
[TD]2019-06-03[/TD]
[TD][/TD]
[TD][/TD]
[TD]2019-08-02[/TD]
[/TR]
[TR]
[TD]2019-06-01[/TD]
[TD]2019-07-16[/TD]
[TD][/TD]
[TD]2019-08-06[/TD]
[/TR]
[TR]
[TD]2019-05-21[/TD]
[TD]2019-07-05[/TD]
[TD]2019-07-26[/TD]
[TD]2019-08-02[/TD]
[/TR]
</tbody>[/TABLE]
So I have a 60 day(E), 15 day(F), 5 day(G) notification column. I record the date I receive these notices in their respective column. I want to create an estimated delivery date column (H) based on the most recent date.
Example
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]60 Calendar Day Notice[/TD]
[TD]15 Business Day Notice[/TD]
[TD]5 Business Day Notice[/TD]
[TD]Estimated Delivery Date[/TD]
[/TR]
[TR]
[TD]2019-06-03[/TD]
[TD][/TD]
[TD][/TD]
[TD]2019-08-02[/TD]
[/TR]
[TR]
[TD]2019-06-01[/TD]
[TD]2019-07-16[/TD]
[TD][/TD]
[TD]2019-08-06[/TD]
[/TR]
[TR]
[TD]2019-05-21[/TD]
[TD]2019-07-05[/TD]
[TD]2019-07-26[/TD]
[TD]2019-08-02[/TD]
[/TR]
</tbody>[/TABLE]