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.
Help with Children Function

Bill Brandt
βββββ
I am using =COUNTIF(CHILDREN(), "") + " Missing Data" which works fine. I am trying to modify this to only show a value if there is missing data otherwise be blank. I have tried numerous iterations of the IF command and always end up with "Unparsable". Any suggestions?
Β
Thanks
Tags:
Comments
-
How'bout this?
=IF(COUNTIF(CHILDREN(), "") > 0, "Missing data", "")
-
Thanks. I used =COUNTIF(CHILDREN(), "") +Β IF(COUNTIF(CHILDREN(), "") > 0, "Missing data", "") which gives me ether a "0" or "2 Missing data". so my next step will be to kill the "0".
-
Just add another IFΒ
Β
=IF(COUNTIF(CHILDREN(), "") + IF(COUNTIF(CHILDREN(), "") > 0, "Missing data", "") = 0, "")
This discussion has been closed.
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.9K Get Help
- 474 Global Discussions
- 208 Use Cases
- 517 Announcements
- 5.6K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 84 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives