% Complete not properly rolling up
Hello All,
I am building out a Gantt chart and I have up to three levels of parent rows, with associated child rows, and the sub-parent and child rows are rolling up in their sections, but that isn't rolling up to the next level or the high level. Any thoughts on how I can fix the associations so that % Complete rolls all the way up to the top level? The same fix will likely allow me to fix the Duration roll-ups as well.
Thanks,
AlexK
Comments
-
Have you tried
=AVG(CHILDREN())
?
For the duration roll-up you could go into Gantt view, select the settings icon and enable dependencies. This will give you a summary of your durations once you set your predecessors (if any).
-
In order to have the [% Complete] column roll up, Dependencies must be enabled.
Craig
-
Thank you for this suggestion, I think its going to work!