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
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives