I'm hoping someone can help me with a date formula and how to implement it.
I've got a project plan (with dependencies) and I've got three fields, "start date" "end date" and duration.
- The project has a kick-off date and all start and end dates cascade from there based either on the duration of the task or a a dependency.
- All dates to be calculated on a M-F work week.
- When a task is marked complete, the end date needs to be updated to the current date (thus re-calculating the tasks dependent on that end date).
- Bonus points for the ability to integrate holidays into the calculation.
I'm completely lost on how to achieve this. Any help you can offer is much appreciated.
Thanks.