Formulas and Functions

Formulas and Functions

Ask for help with your formula and find examples of how others use formulas and functions to solve a similar problem.

Expected % Complete not match automated % Complete Parent Rows Formula

I am attempting to do a Expected % complete and I cannot determine how to align my parent rows calculation to match the automated % complete calculation within Smartsheet.

Currently all children row formulas are the following:

=ROUND(IF([Estimated Start Date]@row < TODAY(), MIN((TODAY() - [Estimated Start Date]@row) / ([Estimated Finish Date]@row - [Estimated Start Date]@row), 1), 0), 2)

And whether I use the same formula for parent rows or an AVG the calculations do not align with the automated % complete parent rows:

Parent Rows as an average:

=AVG(CHILDREN())

Parent row as:

=ROUND(IF([Estimated Start Date]@row < TODAY(), MIN((TODAY() - [Estimated Start Date]@row) / ([Estimated Finish Date]@row - [Estimated Start Date]@row), 1), 0), 2)

I am curious how Smartsheet's calculates parent rows for % complete so I can attempt to match it.

Tags:

Answers

  • Overachievers Alumni

    It's because it's a weighted % complete, not an average.

    Smartsheet takes the % complete of a row and applies it to the duration to arrive at a number of days that are completed.

    It does that for all the rows, then sums the total number of completed days. Finally it takes that total completed days and compares to the rolled up Start and Finish dates (earliest and latest) to arrive at the % complete for the parent.

    BRIAN RICHARDSON | PMO TOOLS AND RESOURCES | HE|HIM

    SEATTLE WA, USA

    IRON MOUNTAIN

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!

Trending in Formulas and Functions