Formula to Return Next Monday in WORKDAY

Meg83

New Member
Joined
Mar 17, 2023
Messages
6
Office Version
  1. 365
Platform
  1. Windows
I have a workday formula that will calculate the number of workdays excluding my table of holiday exclusions. However, I want to modify so that if the returned date is not a Monday, it will roll over to the next Monday.

EXAMPLE:
1698954679657.png

Formula in B2=WORKDAY(B1,100,'Holiday Exclusions 2024'!B2:B23)

This formula returns a Friday - but I need it to roll over to the next Monday that would not be excluded in my exclusion table, so the desired return would be Monday, June 5, 2023.

Any help would be appreciated.

Thanks!
 

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.
How about
Excel Formula:
=WORKDAY.INTL(WORKDAY(B1,99,'Holiday Exclusions 2024'!B2:B23),1,"0111111",'Holiday Exclusions 2024'!B2:B23)
 
Upvote 0
Solution
Do you know what the value would be for the other days of the week?
 
Upvote 0
The "0111111" refers to weekends & runs Mon to Sun where 0 is a workday & 1 is a weekend. So you can adjust as needed.
 
Upvote 0

Forum statistics

Threads
1,215,069
Messages
6,122,959
Members
449,096
Latest member
Anshu121

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