If date formula equals a Saturday, change to following Monday...

JohnSlider

New Member
Joined
Nov 23, 2015
Messages
41
If date formula equals Sunday, change to following Tuesday.

I have a complex formula where the end user enters a start date in one sell, and then can select lead times in either days or weeks (7 days) that eventually roll up to a final date.

The problem is that I can't have any of the middle, or the end, milestone(s) show up as a Saturday or a Sunday as those are not working days. So I need to add something that tells the formula that if a date calculates to a Saturday, then it will automatically move to the following Monday. If it calculates to a Sunday, then it will automatically move to the following Tuesday.

Does this make sense?
 

Excel Facts

Return population for a City
If you have a list of cities in A2:A100, use Data, Geography. Then =A2.Population and copy down.
You're welcome
A bit shorter =A1+2*(WEEKDAY(A1)>5)
 
Upvote 0

Forum statistics

Threads
1,215,507
Messages
6,125,212
Members
449,214
Latest member
mr_ordinaryboy

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