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
- Customer Resources
- 65.3K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 85 Brandfolder
- 150 Just for fun
- 72 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 302 Events
- 36 Webinars
- 7.3K Forum Archives