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
- 64.1K Get Help
- 414 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