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
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 458 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives