I want to create an Project Management Table with the following requirements
- I have several project stages
- each stage has a start date and an end date (automatically calculated based on duration for each project.)
- the start date of one stage should be dependent on the end date of the previous task. So if "task A" ends on July 5th, the start date of task B should be the 6th. The end date of task B should be start date of task B + duration,... and so on
so whenever something changes, the following dates should change as well. (also reflecting the dedicated duration set for each task)
I tried with formulas or dependencies but could not figure out a way to automate this, instead of updating all records manually if one date changes.
Thanks
Helenelene