luvs_kaos

New Member
Joined
Sep 25, 2015
Messages
2
I need some serious help I need to create a date calculator but I need to exclude certain dates only if the end date falls on that date.

For example,
1/2/15 and add 15 days... but here is where I am stuck...
Only if the date falls on a weekend or federal holiday I need to skip to the next business day.

(I need this for various numbers such as 15,18,33,35,50 and 63)

I am drawing a complete blank on this...

Anyone have any thoughts or a formula that can help me out with this?
 

Excel Facts

Control Word Wrap
Press Alt+Enter to move to a new row in a cell. Lets you control where the words wrap.
Thanks. I tried that but I want the weekends to be included, only if the counted date ends on a holiday or weekend do I want it to skip. So if the counted days falls on a saturday it will calculate the next business day would be for Monday's date.
 
Upvote 0
With A2 containing a date and B2 the days to add,

=WORKDAY(A2+B2-1, 1, Holidays)
 
Upvote 0

Forum statistics

Threads
1,216,046
Messages
6,128,489
Members
449,455
Latest member
jesski

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