Workday Function

Kintantay

Board Regular
Joined
Nov 4, 2002
Messages
80
I’m creating an order lead time spreadsheet using the “Workday” function.
A1 – Beginning date. Date entered in cell: Wed 9/07/11
B2 – Enter lead time (usually in 5 day increments) lead time entered in cell: 10
C2 – Result field containing the formula =WORKDAY(A1,B2,H11:H28) results = Fri 10/7/11
H11:H28 are holiday and non manufacturing days and/or weeks. Currently I have the following dates in these cells: Sept 5 – 9, 12 – 16 and 19 – 23. The result I get in cell C2 is correct however what I’m trying to achieve is somewhat different. Since the start date is Wed 9/7/11 I would like the 10 day lead time calculation to begin on the next available Weds, in this case Wed 9/28/2011 then add the 10 starting from that date. If the start date was Thur 9/8/2011 again the 10 lead should begin calculating from 9/29/11. Is there a simple way of doing this? Thank in advance…

Kin
 

Excel Facts

Back into an answer in Excel
Use Data, What-If Analysis, Goal Seek to find the correct input cell value to reach a desired result
Maybe something like: =WORKDAY(A1,MATCH(WEEKDAY(A1),WEEKDAY(WORKDAY(A1,INDEX(ROW($A$1:$A$7),),$H$11:$H$25)))+B2,$H$11:$H$25)
 
Upvote 0

Forum statistics

Threads
1,224,607
Messages
6,179,871
Members
452,948
Latest member
UsmanAli786

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