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
- 66.7K Get Help
- 438 Global Discussions
- 152 Industry Talk
- 497 Announcements
- 5.3K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 77 Community Job Board
- 509 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 307 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!