I have three grid sheets, named Sheet 1, Sheet 2 and Sheet 3. The timeline of Sheet 2 is dependent on Sheet 1 timeline and the timeline of Sheet 3 is dependent on Sheet 2.
I want a function wherein if the end date of any one task of Sheet 1 gets changed then it automatically changes the start date of the task of Sheet 2 or Sheet (that is dependent on the end date of the said task in Sheet 1) without having the need to mention the task and end date of Sheet 1 (which decides the start date of task in Sheet 2).
Basically, I want the timelines being connected in such a way that changing the end date in any one sheet, automatically changes the start date and the subsequent timeline on the other sheet (which could be in Sheet 2 or Sheet 3).
Is there any way I could achieve this? I tried implementing dependencies for this task, however, it doesn’t seem to work.