Hello, I have a Task A which I want the logic to work as to start this task when Task B finishes + Have Task A finish when Task C finishes.
Basically Task A we can start some of the work when Task B is done but it can't be finalized until Task C finishes is what I am trying to set up.
However when I set this up with Task B as a predecessor FS, Task C FF it just takes the end date of task c but does not give me the start date of when Task B fnishes. I'm assuming as the duration is overriding but I want it to dictate what the duration should be if that makes sense. So rather then the 8 days I've set , it would then show this task will span 15 days or adjust based on Task B and C.