I have a task that has four sub-tasks (5 in total)
So task one = Parent Task.
Task two is a sub-task of task one and has a duration of 2 days.
Task three is a sub-task of task one and has a duration of 2 days and is dependant on task two ending before it can start.
Task three is a sub-task of task one and has a duration of 2 days and is dependant on task three ending before it can start.
Thus, at this point, task one has a duration of 6 days.
I now want to add the 5th task, which is also a sub-task of task one, to start when task two starts and task three ends. Thus if task three was changed from 2 days to 6, then this task's duration and task ones duration will increase to 10 days.
This sounds simple, but for some reason, I am finding it difficult to see how it is done.
Help please - and thank you.