Hello,
I'm trying to roll-up % effort at the project level based on % effort entries at the task level. I'm using the formula avg(children()) at the highest level to get the roll-up total.
As a check, I'm calculating the avg % effort at the highest parent level throughout the plan.
I'm running into a situation where my rolled-up avg % effort (tasks level) is not equal to the avg % effort (parent level). This should be equal.
Am I using the Children() formula incorrectly? If so, does anyone have any idea on how I can get the information I need?
So far, I can avg the % effort of the highest level parents with the criteria of ParentID and Ancestor = 1. This gets me 52% vs 46% using avg(children).
http://publish.smartsheet.com/cab882d657af4f59ae5d49a83129b9d1
Thanks