Days between excluding Chinese New Year

RICHARD_B

New Member
Joined
Oct 5, 2015
Messages
3
Hi

This is my first post on this forum.

I am trying to write a formula for working out the date for when to place an order. The criteria is a delivery date (Cell A1) and production lead time (Cell B1). Therefore a1-b1. Simple, why am I asking help with this!

......However, I need to exclude Chinese New Year (CNY) when the factories are closed and I don't want to exclude weekends. For example the factory is closed 1st Feb 2016 - 14th Feb 2016 and I want production complete by 21st Feb 2016 with 14 days production time the answer would be 24th Jan (I think that the correct answer counting it in my head!)

Any assistance would be greatly appreciated.

Thanks
RB
 

Excel Facts

VLOOKUP to Left?
Use =VLOOKUP(A2,CHOOSE({1,2},$Z$1:$Z$99,$Y$1:$Y$99),2,False) to lookup Y values to left of Z values.
Which version of Excel do you have?
XL2010+ you could try

=WORKDAY.INTL(A1,-B1,"0000000",G1:G14)

G1:G14 you plug in the dates you want excluded (Feb 1st through Feb14th)
 
Upvote 0

Forum statistics

Threads
1,215,422
Messages
6,124,808
Members
449,191
Latest member
rscraig11

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