How to calculate total percent completion only within rows that meet a specific criteria?
Answers
-
IT WORKED!!! Thank you SO SO much, @Paul Newcome! I REALLY appreciate it! :)
-
Happy to help! 👍️
My apologies for the previous mix up.
-
Hi @Paul Newcome, I have one last question if you could help. The formula currently being used in the helper column is:
=IF([Client Facing]@row = 1, IF(OR(COUNT(CHILDREN(Status@row)) = 0, COUNTIFS(CHILDREN([Client Facing]@row), 1) = 0), 1))
Which unchecks the parent row if immediate child rows are marked, but leaves parent rows checked if they are parents at a "2nd level" or higher. I tried playing with the "ancestors" formula, but could not figure it out. Is there a way to uncheck the parent if child rows - at any level - are checked (as client facing)?
Thank you once again.
-
Let's try changing the CHILDREN function to DESCENDANTS.
=IF([Client Facing]@row = 1, IF(OR(COUNT(DESCENDANTS(Status@row)) = 0, COUNTIFS(DESCENDANTS([Client Facing]@row), 1) = 0), 1))
-
Thank you, @Paul Newcome. You're the best!
-
Happy to help! 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 459 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!