Forum Discussion
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 Du...
RobElliott
May 14, 2021Silver Contributor
tsparkman you just need to create your PlannedEnd column as a calculated column:
Then the result is:
Rob
Los Gallardos
Intranet, SharePoint, Website and Power Platform Manager (and classic 1967 Morris Traveller driver)
tsparkman
May 18, 2021Copper Contributor
Hi RobElliott - Thank you so much for your reply. Your suggestion worked perfectly!
- EmileeNowack727Aug 22, 2023Copper Contributor
RobElliott I know this post is old but I would like to ask if there is a way to do this same thing but the Duration is calculated by hours instead of days? Thanks for any feedback you may have.