How to write an if child, then parent formula?
I am trying to have the parent row flagged if the child row is flagged( at risk). I do not have much experience with formulas and I am really at a loss of what to do. Is there any one that can help write this formula and then explain how to apply it?
Answers
-
Hi @Brent Eakins ,
In your parent rows, insert this formula into the flag column:
=IF(COUNTIF(CHILDREN(),1)>0,1,0)
This says that if there are more than 0 of the children rows flagged, flag; otherwise, no flag.
Let me know if it works!
Best,
Heather
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 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!