Formula to change a parent row cell based on the values in the child rows.
Hello. I am trying to create a formula to change the parent cell based on the values in the child cells. The cell values are blank, "Met" or "Unmet". Once all the child rows have the value of "Met" I need the parent row to change to "Met" and if any of the child rows have the value of "Unmet" or "blank" I need the parent row to show "unmet".
I am a new user to formulas, so I feel like this should be an easy answer, but I cannot find a formula that will work for me.
Best Answer
-
Try something like this:
=IF(COUNTIFS(CHILDREN(), OR(@cell = "Unmet", @cell = ""))> 0, "Unmet", "Met")
Answers
-
Try something like this:
=IF(COUNTIFS(CHILDREN(), OR(@cell = "Unmet", @cell = ""))> 0, "Unmet", "Met")
-
This works!!! Thank you!!!!
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66K Get Help
- 429 Global Discussions
- 149 Industry Talk
- 488 Announcements
- 5.2K Ideas & Feature Requests
- 85 Brandfolder
- 153 Just for fun
- 74 Community Job Board
- 499 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 305 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!