I have a sheet with many hierarchies of Parent and Child Tasks. I want to display the Max Date of the Children, but only when there are not any blank values for the Children.
Objective 1 - Completion Date 8/10/20
• Task A - Completion Date 8/7/20
• Task B - Completion Date 8/10/20
Objective 2 - Completion Date TBD or blank
• Task C - Completion Date 8/11/20
• Task D - Completion Date TBD or blank
I feel like this should be an easy IF statement, but I'm not sure how to setup the syntax. I'm not sure if or how to combine the CHILDREN and ISBLANK functions.
If the Child Tasks are blank, then leave blank, otherwise use MAX(CHILDREN()).