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

Format cells as time
Select range and press Ctrl+Shift+2 to format cells as time. (Shift 2 is the @ sign).
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,216,069
Messages
6,128,599
Members
449,460
Latest member
jgharbawi

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