Hello everyone,
I'm working on a project sheet (with dependencies enabled and the Gantt view) and I'm looking for a way to exclude canceled tasks from the automatic calculation of the % complete on parent rows.
My requirement :
When a child task changes to “Canceled” status, I want it to no longer be included in the parent’s % complete. The planned duration of this canceled task represents buffer time that I want to keep visible—so I can’t set the duration to 0.
What I’ve Tried :
A. Formula with CHILDREN() in a custom column → #UNPARSEABLE. On a project sheet, CHILDREN() only works in Gantt system columns (% Complete, Duration, Dates).
B. SUMPRODUCT / COLLECT with CHILDREN() → Not supported with filter conditions on project sheets.
C. Column formula → Does not support CHILDREN() / PARENT().
What I don’t want to do :
- Set the % Complete to 100% for canceled tasks (because this distorts actual progress tracking)
- Set the duration to 0 (because this is buffer time that I want to keep)
My question :
Have you found a solution to recalculate a parent’s % complete while excluding certain child tasks on a project sheet with dependencies? Is there a workaround using auxiliary columns or another approach?
Thanks in advance for your ideas! 🙏