Welcome to the Smartsheet Forum Archives
The posts in this forum are no longer monitored for accuracy and their content may no longer be current. If there's a discussion here that interests you and you'd like to find (or create) a more current version, please Visit the Current Forums.
Evaluating Chidren
I want the value of a cell to highlight if all the date fields (Children) and the date field of the parent cell, in a different column, are NOT BLANK. How can I evaluate children to see if any are not blank? I tried to put the Children() function inside of the Not(IsBlank()) function, but it threw an error..? Any Ideas?
Comments
-
I'm not sure I got your scenario exactly, but this will count the number of children that are blank in the target cell. (You can't use it in the date column because it doesn't return a date).
=COUNTIF(CHILDREN(Date1), ISBLANK(@cell))
so you can do something based on that with an IF() for whether that is > 0
=IF(COUNTIF(CHILDREN(Date1), ISBLANK(@cell)) > 0, "Some blanks", "No blanks")
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