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
- Smartsheet Customer Resources
- 63.8K Get Help
- 406 Global Discussions
- 219 Industry Talk
- 457 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 297 Events
- 37 Webinars
- 7.3K Forum Archives