add business days

janus67

Board Regular
Joined
Nov 26, 2006
Messages
144
Office Version
  1. 2016
Platform
  1. Windows
hello, I have 2 columns of dates
I want to find the number of business days ( ignore holidays) between ColA + ColB
then add the number of days resulting back to ColB ( date or cell No ) to show a future date

I used networkdays to get the difference but can't get the rest in business days
 

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
ColA 27--17

ColB 11-2-17

as I want business days --I used =networkdays A4,B4) ------gives a positive answer of 11 business days between

now I want to project 11 business days from ColB ( which will be a constant number
 
Upvote 0
post # 3 clearly explains what I want

ColC=(Cola -ColB)+ ColB ----- in BUSINESS DAYS
 
Upvote 0
post # 3 clearly explains what I want

ColC=(Cola -ColB)+ ColB ----- in BUSINESS DAYS

Are you not wanting this per record/per row? If so, no need for ColA, ColB, and ColC confusion.

In C4 enter and copy down:

=WORKDAY(B4,NETWORKDAYS(A4,B4,Holidays),Holidays)

where Holidays stand for a range of dates which must be excluded. If there is no such a range, it can be omitted from the formula.

Is this what you are after?
 
Upvote 0

Forum statistics

Threads
1,215,334
Messages
6,124,319
Members
449,153
Latest member
JazzSingerNL

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