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
- Smartsheet Customer Resources
- 62.4K Get Help
- 364 Global Discussions
- 200 Industry Talk
- 430 Announcements
- 4.4K Ideas & Feature Requests
- 137 Brandfolder
- 129 Just for fun
- 128 Community Job Board
- 446 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 284 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!