Hi all
I use a manual formula in my parent rows to calculate % Complete, because we chose to have the % Complete column update automatically based upon the Status column ("Complete" = 100%). The parent rows have the following formula:
=IF(OR(Status@row = "Complete", Status@row = "Not Required"), 1, AVG(CHILDREN()))
Which calculates the %, worked out by adding together the % of the child rows and dividing them by how many child rows there are, so a standard average calculation.
The problem occurs when I have, say, 3 child rows but the first is a duration of 5 days, and the second and third is a duration of 30 days. If the first child row is Complete, then current formula would return something like 33%, which is not correct, because only 5 days have elapsed out of a total of 65. Could somebody please suggest a more accurate formula?
Many thanks
Lisa