A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data
My WORKDAY function starts to add a day. I added "Non-Working Days" but for some reason it adds a day. How do I fix that issue?
In F 10 I have:-
151
- and in F 12 I have the date:-
Oct 1st 2008
- and:-
=WORKDAY(F12,151)
- correctly displays:-
39933
To remove 1 day from the number shown just above:-
=WORKDAY(F12,F10)-1
- correctly displays:-
39932
Does that help?