Parent = "complete" when all children are

I want a parent cell to register as "complete" when all children have been marked as "complete". I've tried a few things but none are working.
Any help would be great!
Best Answer
-
Hi @gregorc3
Paul's formula is the one to use, but since your Status column contains text, you'll want to swap out 1 for "Complete", like so:
=IF(COUNTIFS(CHILDREN(), @cell <> "Complete") = 0, "Complete", "Incomplete")
Does that make sense?
Cheers,
Genevieve
Need more information? π | Help and Learning Center
γγγ«γ‘γ― (Konnichiwa), Hallo, Hola, Bonjour, OlΓ‘, Ciao!π | Global Discussions
Answers
-
Try something like this...
=IF(COUNTIFS(CHILDREN(), @cell <> 1) = 0, 1)
-
Thanks for trying to help!
So that is just returning a "1". I want the project management - Status cell to mark as "complete" when all children cells are "complete" but mark "incomplete" if one or more children cells are anything but "complete".
Hope this makes sense :)
-
Hi @gregorc3
Paul's formula is the one to use, but since your Status column contains text, you'll want to swap out 1 for "Complete", like so:
=IF(COUNTIFS(CHILDREN(), @cell <> "Complete") = 0, "Complete", "Incomplete")
Does that make sense?
Cheers,
Genevieve
Need more information? π | Help and Learning Center
γγγ«γ‘γ― (Konnichiwa), Hallo, Hola, Bonjour, OlΓ‘, Ciao!π | Global Discussions
-
Fab that works! Appreciate the clarification :)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.9K Get Help
- 474 Global Discussions
- 208 Use Cases
- 517 Announcements
- 5.6K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 84 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!