Simple Children / Parent question
Hi all,
Apologies I took a break from working with SmartSheet for over a year and am slowly getting my memory back on how the formulas work.
I have column called Helper, and in the CHILDREN cells it may say "Yes" if certain criteria are met.
I want to have at the PARENT level, either in that column or a new Helper2 column, a "Yes" inserted if any of the CHILD values have a "Yes".
Can someone please help? Thanks!
Best Answer
-
Hi leon_mc,
You can try this formula - =IF(CONTAINS("Yes", CHILDREN(Helper@row)), "Yes", " ")
Hope it will work for you.
Thanks,
Kaveri Vipat
Senior Associate - Smartsheet Development, Ignatiuz Software
2023 Core Product Certified
Did this answer help you? Show some love by marking this answer as "Insightful💡" or "Awesome❤️" and "Vote Up⬆️"
Answers
-
Hi leon_mc,
You can try this formula - =IF(CONTAINS("Yes", CHILDREN(Helper@row)), "Yes", " ")
Hope it will work for you.
Thanks,
Kaveri Vipat
Senior Associate - Smartsheet Development, Ignatiuz Software
2023 Core Product Certified
Did this answer help you? Show some love by marking this answer as "Insightful💡" or "Awesome❤️" and "Vote Up⬆️"
-
Hi Leon,
Try this formula in the parent cell. Hope it helps.
=IF(COUNTIF(CHILDREN(), "Yes") >= 1, "Yes")
Gia Thinh Technology - Smartsheet Solution Partner.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!