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
Check out the Formula Handbook template!