I have a formula such as:
=NETWORKDAYS([Planned Start]1, [Actual Start]1)
When the Planned Start date is say 10/29/14, and the Actual Start date is 10/30/14, the result is 2. To me, the difference between those two dates is one day, not two. I don't have any holidays set for these dates, and I've tried wrapping Actual Start in a DATEONLY expression, just in case there's a time component to this calculation, and I'm getting weird diff based on one column being date/time, and another just date. Adding the DATEONLY expression doesn't affect the output...I still get a 2 returned. Any insight into either what I'm doing wrong, why 2 is the right answer, or to get this to return a value of 1?
For a little background, I'm building out a column that'll show me how tasks are tracking compared to their original dates.