Adding One Month to Date excluding holidays

Crafty64

Board Regular
Joined
Aug 26, 2010
Messages
55
Hi, I'm using the excel function Workday to give me the next business day which allows me to take into account holidays. Lets say as a result of using this function I get a date of 04/08/2011 (mm/dd/yy). My question is how do I increment it by one month to read 05/08/2011 but still allowing me to take into account holidays and non-business days? I can't just extend the number of days in the workday function because of the differing number of days in each month e.g. adding one month to 01/31/2011 I want to see 02/28/2011 (assumming that is a good business day etc). If not I want to look at the next good business day.

Any suggestions?

Thanks
 

Excel Facts

Why does 9 mean SUM in SUBTOTAL?
It is because Sum is the 9th alphabetically in Average, Count, CountA, Max, Min, Product, StDev.S, StDev.P, Sum, VAR.S, VAR.P.
If you have a date in A1 this formula will add 1 month and then move to the next business day if necessary

=WORKDAY(EDATE(A1,1)-1,1,H$1:H$10)

where you have holiday dates in H1:H10
 
Upvote 0

Forum statistics

Threads
1,224,521
Messages
6,179,287
Members
452,902
Latest member
Knuddeluff

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top