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
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 58 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!