How can i calculate the % Complete at a sub-parent level based on multiple criteria?
Hello and thanks in advance for any assistance. I have spent a ton of time attempting to solve and am tossing up the flag. I have a sheet that needs minimal column formulas due to the line/cell count potentially hitting the base reference limits.
I have an overall % complete being calculated on the sheet itself already. now i need to have individual ones for each of the sub-parents highlighted as "TSYS" & "Fiserv".
It needs to be based on "NA" being 0 and the "Status" being either "P" or "C". So essentially an average of the children based on that criteria. However these sub-parent titles are not unique as this is a baseline that gets copied out multiple times. looking to imbed the formula on those lines so when copied it goes along with it.
Answers
-
I think what you are asking for is to give the percentage of tasks under a parent that are either P or C. This can be accomplished using the Children formula.
=COUNTIF(CHILDREN(Status@row), OR(@cell = "P", @cell = "C")) / COUNT(CHILDREN(Status@row))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 458 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 137 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!