tsparkman
May 13, 2021Copper Contributor
Calculate End Date Based on Start Date Plus Duration
Hi All -
I'm hoping someone can help me. I have a SharePoint list that contains three columns:
PlannedStart = Date/Time column; uses Date Only
PlannedEnd = Date/Time column; uses Date Only
Duration = Number field
I am trying to set the Planned End field as a calculated value that takes the Planned Start Date and adds the number of days specified in the Duration Field. I have spent about two hours researching solutions posted by others and have tried several different things but can't seem to make it work.
Any help or insight is greatly appreciated!
=[PlannedStart]+[Duration]
=TEXT( [PlannedStart]+[Duration], "dd/mm/yyyy" )