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
- Customer Resources
- 65.1K Get Help
- 443 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 129 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!