Calculate Future Dates with Weekend and Holiday Restraints

QBERT

New Member
Joined
Oct 13, 2004
Messages
40
Office Version
  1. 365
Platform
  1. Windows
  2. MacOS
  3. Mobile
Column A: Date that work is picked up (Example; Feb 4, 2016)

Column B: The number of Business days required to complete the job (Example; 3 days)

Column C: I need a formula to calculate the due Date


Here are the restraints:

1. I want generate a formula that takes column A and then adds one business day, excluding weekends and holidays, which is the start day for the 3 business days requires

2. In my example above if work was picked up on Thursday Feb 4 (Column A), then Friday Feb 5 is the first working day of three (Column B) and the due date (Column C) would show Tuesday Feb 9, 2016.


I am familiar with the network days function and how to exclude a predetermined list of dates, but am having trouble with this formula. Thanks.

Q
 

Excel Facts

Control Word Wrap
Press Alt+Enter to move to a new row in a cell. Lets you control where the words wrap.
Hi,

I think use WORKDAY rather than NETWORKDAYS:


Excel 2010
ABCDE
1Job DateDays RequiredDue DateHolidays
22/10/2016102/24/20161/1/2016
37/4/2016
412/25/2016
Sheet1
Cell Formulas
RangeFormula
C2=(WORKDAY(A2,B2,E2:E4))
 
Upvote 0

Forum statistics

Threads
1,216,746
Messages
6,132,478
Members
449,729
Latest member
davelevnt

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