If Error, Make 0

Bessie Koch
✭✭
Hello,
I am having a hard time getting this formula to product a zero instead of an error. The goal is to have a zero produced if there is no date in the Date Processed column.
The Days to Process formula is: =NETWORKDAY([Date Processed]@row, [Date Submitted]@row)
Best Answer
-
Try using ISDATE
=IF(ISDATE([Date Processed]@row), NETWORKDAYS([Date Processed]@row, [Date Submitted]@row), 0)
Answers
-
Try using ISDATE
=IF(ISDATE([Date Processed]@row), NETWORKDAYS([Date Processed]@row, [Date Submitted]@row), 0)
-
Perfect! Thank you!!
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66K Get Help
- 429 Global Discussions
- 149 Industry Talk
- 488 Announcements
- 5.2K Ideas & Feature Requests
- 85 Brandfolder
- 152 Just for fun
- 74 Community Job Board
- 499 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 305 Events
- 36 Webinars
- 7.3K Forum Archives