Formula Issues
Hi Everyone,
I am trying to enter the formula =NETDAYS([Date Submitted]294, [Pre-Site Survey Request Date]294). I receive an amount as long as there is a date in the columns. However, if one of the cells is blank I receive the #INVALID DATA TYPE error. How can I get the =NETDAYS to return a zero if one of the cells is blank.
Comments
-
Hi Beth,
You can wrap that formula in an IFERROR function like this:
=IFERROR(NETDAYS([Date Submitted]294, [Pre-Site Survey Request Date]294), 0)
You can also replace the 0 with a text string in quotations... "Date Missing" or something like that to prompt the entry of date if you wanted to.
-
Thank you that worked
-
Splendid! I am glad I was able to help you get it working!
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.2K Get Help
- 360 Global Discussions
- 199 Industry Talk
- 427 Announcements
- 4.4K Ideas & Feature Requests
- 136 Brandfolder
- 127 Just for fun
- 128 Community Job Board
- 444 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 Webinars
- 7.3K Forum Archives