Lead Time Formula

Cajuns2009

New Member
Joined
May 14, 2015
Messages
1
Hello Everyone!

I could use some help figuring out a way to make a good lead and easy lead time formula. Long story short, If I am ordering a piece of fabric and the lead time is 10-12 weeks. I would like to be able to insert 10 to 12 weeks, and excel show me the dates that would fall under for real time. I was thinking of using something like the =networkdays but I am just to confused. I would like it to make sure the dates don't fall on weekends or holidays if that is possible,

So for instance today being 7/14/16

Lead TimeEstimated Arrival
4 weeks6 weeks8/25/2016
10 weeks12 weeks10/6/2016

<tbody>
</tbody>


Thank you guys so much for the help!
 

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college
Let's say you set up a table like this:

ABC
1Lead Time Low (weeks)Lead Time High (weeks)Estimated Arrival
2468/25/2016
3101210/6/2016

<tbody>
</tbody>

C2 =TODAY()+(B2*7)

Does this work for you?

Edit: This doesn't take into account weekends or holidays.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,216,071
Messages
6,128,623
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