Help needed calculating Finish Time (and date) based on Start Time and Duration
In the sheet shown below, there is a column formula in the Planned Start Time of =RIGHT([Start Date] @row, 8) which cascades the Planned Start Time and dates based on the duration of the task. What I would like to be able to do is to add something that would also automatically calculate the Planned Finish Time (and date) based on the Planned Start Time and Duration. We currently use 12 hour increments with AM and PM. This is over a weekend, so no business hours or breaks. Duration is listed in minutes (m) or hours (h). I can convert that to a decimal of hours if needed. The Actual Start Time and Actual Finish Time are manually entered and shouldn't affect the Planned columns.
While I am not adverse to helper columns, if absolutely needed, I also don't want to make this more complicated than need be. Thanks in advance!
Answers
-
Note on helper columns: When used properly, they actually make things less complicated because you are able to break out certain data points that would otherwise require much more complex formulas for calculations.
Here is a thread that has a lot of time based solutions. You should be able to find what you need here:
-
I've actually been through that thread, but I'm having trouble extracting what I need from it. There is a LOT of info there, and I have tried several of the formulas to no avail. That said, I'll be at Engage. Would it make more sense to look at this with you there?
-
I just noticed that you are using the dependencies. Does the RIGHT function not work to pull an end time from the End Date column?
-
I tried the RIGHT function, but I must not have written it correctly. It kept saying UNPARSEABLE.
-
If you are using what you have in your original post, try removing the space between [Start Date] and @row.
You have
[Start Date] @row
You should have
[Start Date]@row
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 435 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!