Formula Result Change to next Workday

cb2510

New Member
Joined
Dec 6, 2023
Messages
2
Office Version
  1. 2021
Platform
  1. Windows
Hi,
I'm trying to figure out the best way to get the result of a formula to automatically calculate to the following business day if the result is non-workday (weekend or holiday).
In cell C2, I have the date. In cell C4 I have C2+12 (that date + 12 calendar days). That results in a weekend date. I would like for excel to auto adjust that result to the next working day, 1/16/23.
I want to have this formula copied in all cells in red (12 calendar days). I've tried using the =WORKDAY option but E4 or E5 would be 1 day off (it would add one extra day even though those dates would be on a workday already).

Hopefully this makes sense. Any assistance is greatly appreciated.

1701890276354.png
 

Excel Facts

What do {} around a formula in the formula bar mean?
{Formula} means the formula was entered using Ctrl+Shift+Enter signifying an old-style array formula.
Hi & welcome to MrExcel.
How about
Excel Formula:
=WORKDAY(C2+11,1,$H$2:$H$20)
 
Upvote 0
Hi & welcome to MrExcel.
How about
Excel Formula:
=WORKDAY(C2+11,1,$H$2:$H$20)
i could swear i tried that and it didnt work on some cells correctly, but i copied/pasted that one and its working great.
thanks so much
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,215,071
Messages
6,122,964
Members
449,094
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