Networkdays Formula showing -2 days.
I created a Network formula to account for the number of days between when a form is submitted versus when the form request is "approved" via smartsheets. When a row is approved it records the date in a separate column. However, the formula for Network Days when I approve the row on the same day is showing -2 Days. Any thoughts on what might be causing this issue? See the screenshots below.
COLUMN FORMULA: =IFERROR(NETWORKDAYS([Creation Date]@row, [Approval Date]@row), "")
Answers
-
I can't recreate the miscalculation, but try wrapping the [Creation Date]@row in a DATEONLY() like pictured below:
=IFERROR(NETWORKDAYS(DATEONLY([Creation Date]@row), [Approval Date]@row), "")
-
@JCluff - I believe that worked. I'll run a few tests to make sure it is working properly. Thank you.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!