Home |
Search |
Today's Posts |
#10
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
On Thu, 15 Jan 2009 14:22:02 -0800, Clareabella
wrote: Thank you very much for the comments, I now realise that I was missunderstanding how the help text defined "exclude". However can someone try this on their own excel as Jan, Feb, March for 2009 are working fine but the formula for April is defining the the 2nd working day as the 3rd not the 2nd. I am using the start date as the 1st of the month and then my formula reads as follows: - =workday(startdate,2,[holidays for Easter 10th, 13th]), this returns 3rd April and when I change the ,2, for 10 it returns the 17th April, instead of the 16th. However the formula for January with the holiday date as 1st Jan returns the correct result as 5th Jan which is the 2nd working day........I'm very confused, if anyone can help I'll be very gratefull as I am trying to finalise a meetings calendar for the whole of 2009 for the senior exec at work. -- Your results make perfect sense when you consider that Workdays does not include start_date. In other words, start_date + 1 will always result in the 1st workday **after** start_date. If start_date +1 is a sat, sun or holiday, then it will be "bumped up" to the next workday. In the case of Jan (with 1 Jan being a holiday), or 1 Feb 2009 or 1 Mar 2009, where start_date is also a non-workday (Sunday), the fact that start_date is a non-workday makes your formula appear to work the way you want to. In fact, it is working as designed and counting the number of workdays after start_date. --ron |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula for adding only workdays | New Users to Excel | |||
Workdays Formula | Excel Worksheet Functions | |||
Formula Workdays-Holidays-adjustments | Excel Worksheet Functions | |||
How do I create a formula to add 10 workdays to a specified date . | Excel Discussion (Misc queries) | |||
Workdays (Including Saturdays) Formula | Excel Worksheet Functions |