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 help? 👀 | 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 help? 👀 | 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
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!