Showing % Complete of Children Rows to Parent

Hi There
I am managing projects that are made up of parent, children and grandchildren rows (tasks that make up the projects). I would like to count the tasks that make up a project and then count how many are complete to communicate % of project complete to our business leaders. Is this possible using some form and variation of count(children) countif?
Answers
-
Yes that is possible, though the real formula will vary depending of how your complete column is constructed (% or symbol type, mostly).
But if you're working with symbol type column to define if a task is complete or not, it should be this:
=COUNTIFS(CHILDREN([Complete Column]@row), 1) / COUNT(CHILDREN())
Watchout when working with Descendants (ie: grandchildren), using the DESCENDANTS function will calculate children and grandchildren in the parent row. So stick to CHILDREN to make it so grandchildren are not counted twice in the parent row.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.8K Get Help
- 474 Global Discussions
- 205 Use Cases
- 517 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 83 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!