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
- 65.3K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 477 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