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

[TABLE="class: grid, width: 274"]
<tbody>[TR]
[TD="colspan: 2"] Lead Time[/TD]
[TD]Estimated Arrival[/TD]
[/TR]
[TR]
[TD]4 weeks[/TD]
[TD]6 weeks[/TD]
[TD="align: right"]8/25/2016[/TD]
[/TR]
[TR]
[TD]10 weeks[/TD]
[TD]12 weeks[/TD]
[TD="align: right"]10/6/2016[/TD]
[/TR]
</tbody>[/TABLE]


Thank you guys so much for the help!
 

Excel Facts

Return population for a City
If you have a list of cities in A2:A100, use Data, Geography. Then =A2.Population and copy down.
Let's say you set up a table like this:

[TABLE="class: grid, width: 500, align: center"]
<tbody>[TR]
[TD="align: center"][/TD]
[TD="align: center"]A[/TD]
[TD="align: center"]B[/TD]
[TD="align: center"]C[/TD]
[/TR]
[TR]
[TD="align: center"]1[/TD]
[TD="align: center"]Lead Time Low (weeks)[/TD]
[TD="align: center"]Lead Time High (weeks)[/TD]
[TD="align: center"]Estimated Arrival[/TD]
[/TR]
[TR]
[TD="align: center"]2[/TD]
[TD="align: center"]4[/TD]
[TD="align: center"]6[/TD]
[TD="align: center"]8/25/2016[/TD]
[/TR]
[TR]
[TD="align: center"]3[/TD]
[TD="align: center"]10[/TD]
[TD="align: center"]12[/TD]
[TD="align: center"]10/6/2016[/TD]
[/TR]
</tbody>[/TABLE]

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,223,246
Messages
6,170,988
Members
452,373
Latest member
TimReeks

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