Hey Coda Team,
So I have a Project tracker and I want the parent task’s due date to be dependent on the child tasks.
See screenshot below:
- This is a formula column that determines whether it is a parent, child1, child2, child3.
- This is the due date of the child task.
- This is where I want the parent task due date to live (based on the MAX of the child tasks below it).
I currently have this formula, but it’s not working:
- This is a formula column that returns 0 if the row is a parent row.
- This is RANK rounded down to the whole number. It basically shows what child tasks relate to what parent task.
Any ideas what I might be doing wrong?
Ideally it should look like this.
Thanks all