Add days, excluding weekends?

Gil149

Board Regular
Joined
Oct 11, 2010
Messages
144
Guys,
In column "A" I have dates, I want to add 2 days to that date, but not weekend dates. So if the date in A landed on a Friday and I added two days, it would be a Tuesday (adding Monday, Tuesday, skipping Saturday and Sunday). Is this possible with a single formula?
 

Excel Facts

How can you automate Excel?
Press Alt+F11 from Windows Excel to open the Visual Basic for Applications (VBA) editor.
Guys,
In column "A" I have dates, I want to add 2 days to that date, but not weekend dates. So if the date in A landed on a Friday and I added two days, it would be a Tuesday (adding Monday, Tuesday, skipping Saturday and Sunday). Is this possible with a single formula?
Try this...

A2 = some date

=WORKDAY(A2,n)

Where n = the number of days to add.

Format as Date

Note that the WORKDAY function requires the Analysis ToolPak add-in be
installed if you're using a version of Excel prior to Excel 2007. If you
enter the formula and get a #NAME? error look in Excel help for the WORKDAY function. It'll tell you how to fix the problem.
 
Upvote 0
You can use the WORKDAY function from the Analysis Toolpak Add-In, which must be installed. The syntax is:

=WORKDAY(start_date,days,holidays)
 
Upvote 0

Forum statistics

Threads
1,224,588
Messages
6,179,743
Members
452,940
Latest member
rootytrip

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