Parent/Child row formula
I have a project plan where the status can be any of the following drop downs - Complete, On Track, At Risk, Behind Schedule, Not Started, Discontinued. I need help with a formula that will adjust the parent status based on the children. If all children are complete = "Complete". If all children are On Track or Not Started = On Track. If more than one child is At Risk = At Risk. If more than one child is Behind Schedule = Behind Schedule. Discontinued should not impact the parent status at all. I have tried several formulas and I keep receiving the #unparsed error, so any help would be greatly appreciated.
Answers
-
Hello @NV Smith !! This one was fun!!
=IF(COUNTIFS(CHILDREN(), OR(@cell = "Complete", @cell = "Discontinued")) = COUNT(CHILDREN()), "Complete", IF(COUNTIFS(CHILDREN(), OR(@cell = "Discontinued", @cell = "On Track, @cell = "Not Started")) = COUNT(CHILDREN()), "On Track", IF(COUNTIF(CHILDREN(), "At Risk") > 1, "At Risk", IF(COUNTIF(CHILDREN(), "Behind Schedule ") > 1, "Behind Schedule "))))
Michelle Choate
michelle.choate@outlook.com
Always happy to walk through any project you need help with! Book time with me here: https://calendly.com/michelle-choate
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.2K Get Help
- 451 Global Discussions
- 155 Industry Talk
- 505 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 514 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!