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
- Smartsheet Customer Resources
- 63.7K Get Help
- 406 Global Discussions
- 216 Industry Talk
- 456 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 297 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!