Parent Status Updated based on Child Status
Hello! I'm sure this is a super simple formula but I can't figure it out. I would like to update the parent row status to say "FILLED" if a child row has a status of "HIRED", otherwise the parent row is "OPEN". I also need to overwrite the status of the parent row if there is any case where the status needs to be "ON HOLD" or "CANCELLED", so I don't think this can be a column formula.
Best Answer
-
Hi Nicole!
Something like this should work for the situation you're describing:
=IF(HAS(CHILDREN(), "HIRED"), "FILLED", "OPEN")
Hope this helps! Let me know if you have additional questions!
Best,
Mike
Answers
-
Hi Nicole!
Something like this should work for the situation you're describing:
=IF(HAS(CHILDREN(), "HIRED"), "FILLED", "OPEN")
Hope this helps! Let me know if you have additional questions!
Best,
Mike
-
I knew it would be simple - thanks!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67K Get Help
- 442 Global Discussions
- 154 Industry Talk
- 503 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 79 Community Job Board
- 512 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!