I'm trying to show deadline dates which are the 3rd working day of the month. I'm using =Workday(start date, number of offset days, Holidays). The Holidays element is not causing the issue (I get the same issue if I have Holidays or not) so it's not that. The examples I'll show, therefore, do not include holidays.
I put the first day of the month in column A and the Workday formula in column B. I'm using a dd-mmm-yy formatted date.
This is what I put in & what I get:
A2: 1-Mar-15
B3: =Workday($A2, 3) which gives the result of 4-Mar-15. This is correct, it's 3 working days into the month.
A3: 1-May-15
B3: =Workday($A3, 3) which gives the result of 6-May-15. This incorrect when you look at a calendar, it's 4 working days into the month.
To test it:
I'm now totally stumped!
I'd greatly appreciate any ideas on what could be causing this or any more checks that I could do.
Thanks
Teapotlid
I put the first day of the month in column A and the Workday formula in column B. I'm using a dd-mmm-yy formatted date.
This is what I put in & what I get:
A2: 1-Mar-15
B3: =Workday($A2, 3) which gives the result of 4-Mar-15. This is correct, it's 3 working days into the month.
A3: 1-May-15
B3: =Workday($A3, 3) which gives the result of 6-May-15. This incorrect when you look at a calendar, it's 4 working days into the month.
To test it:
- I've checked my formulae & I've not accidentally written it as =Workday($A3,4) or anything obvious like that.
- I've checked A2:B3 using =Type & everything is a number; no text has sneaked in to cause issues.
- I used =Networkdays to check if there was something built into Excel date formulae that I just want getting. I used it to look at the difference between column A and B (again, ignoring any Holidays). Row 2 shows 3 days but row 3 shows 4 days. That means that Networkdays seems to be working even though Workday isn't.
- I've opened a standard MS Excel template & tried it out there too (as I initially did this in my work Excel template)
- I've ensured that I have the Analysis ToolPak add-in activated in case there was something in that which was needed to get things working as they should. It made no difference.
I'm now totally stumped!
I'd greatly appreciate any ideas on what could be causing this or any more checks that I could do.
Thanks
Teapotlid