Exclude holidays but include weekends

roadtoexcel

New Member
Joined
Jan 27, 2020
Messages
2
Office Version
  1. 2013
Platform
  1. Windows
Hi All,

I need to create a formula that removes holidays from the equation, but does not exclude weekends. All of the workday.intl options want to remove at least 1 day a week for the weekend. I need a formula that would tell me what 40 days is before a certain date, but need an extra day in there if there is a holiday present.

Thanks!
 

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.
All of the workday.intl options want to remove at least 1 day a week for the weekend
No they don't, the below doesn't include any weekends
=WORKDAY.INTL(A1,-40,"0000000", RangeHostingYourHolidayDates)
 
Last edited:
Upvote 0
Sorry should have added your minus 40 stipulation.... formula in previous post edited, A1 is your start date.
 
Upvote 0
You're welcome, just so that you know you use a 1 rather than a 0 to define weekend days using that syntax, starting from Monday so
=WORKDAY.INTL(A1,-40,"1100000", RangeHostingYourHolidayDates) would treat Monday and Tuesday as weekend days.
 
Upvote 0

Forum statistics

Threads
1,215,743
Messages
6,126,608
Members
449,321
Latest member
syzer

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