Forum Discussion
Networkdays function is adding an extra day
- 1 year ago
Stumbled upon this yesterday, too. The documentation says "Returns the number of whole workdays between two dates (inclusive)." So "inclusive" means including the start date. My solutution was to simply subtract one day.
Stumbled upon this yesterday, too. The documentation says "Returns the number of whole workdays between two dates (inclusive)." So "inclusive" means including the start date. My solutution was to simply subtract one day.
- MJDS1 year agoFrequent Visitor
Ah, I did try that but it didn't seem to work with my model. (And didn't seem to fix the issue either).
- jja1911exec1 year agoNew Member
this did work for mine. Maybe it is where you need to subtract one day is in a different location. I didn't literally write -1 to take out the day. If I needed +3 days, I just wrote +4 days, and doing that adjusted for it counting today in the formula.