Variable scheduling dates with holidays

paulma1960

New Member
Joined
Aug 23, 2021
Messages
8
Office Version
  1. 365
  2. 2019
Platform
  1. Windows
I'm preparing a weekly work schedule, with Xmas holidays in-between. The start date is not yet ascertained, so I need to be able to vary it, and then the weekly dates automatically flowing on. So, I'm looking for a formula that would automatically adjust the weekly dates, based on the project start date. Any suggestions appreciated.

Proposed start date: 4-Oct-21
Fixed holidays: 27-Dec-21 to 9-Jan-22
Proposed end date: 22-Jul-22
 

Excel Facts

How to total the visible cells?
From the first blank cell below a filtered data set, press Alt+=. Instead of SUM, you will get SUBTOTAL(9,)
For the benefit of anyone who might have the same problem, I solved it using this formula in cell A4 and dragging down:
Excel Formula:
=A3+7+IF(AND(A3+7>=BreakStart, A3-1<BreakEnd), 14, 0)

Now, if the start date changes, the other dates change according to the Xmas Break dates (14 days).

1631127456117.png
 
Upvote 0

Forum statistics

Threads
1,224,823
Messages
6,181,178
Members
453,021
Latest member
Justyna P

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