Parent Row RYG Formula
System
Employee
This discussion was created from comments split from: Parent/Child row formula.
Answers
-
Can you help me with the formula for the parent row when using the symbols-Red, Yellow, Green? The priority would Red, Yellow, Green, such that if any child row is Red, the parent Row would be Red. The Parent Row would only be Green if all the child rows were Green. Thanks for your help!
-
Hi @JuliaE ,
If you have child rows and a status column then the formula for the status on the parent row would be:
=IF(COUNTIF(CHILDREN(), "Red") >= 1, "Red", IF(COUNTIF(CHILDREN(), "Yellow") >= 1, "Yellow", "Green"))
Hope this helps!
-
Works perfectly! Thanks so much!!!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!