Working days

Necro

New Member
Joined
Apr 15, 2016
Messages
11
Hi all,
Couldnt wrap my head around solving this issue today:

I want to calculate when to start producing a work order to meet a date. And the time it will take to build it, will have an index of hours.

Ex:
A date for the order to be ready is 2022-05-16
Time to build is 70 hours=8.75 days.
Now I need the date to find which date the order needs to start to meet deadline, excluding weekends since none is working then.
2022-05-16 minus 8,75 (9 working days) = 2022-05-03


Thanks!
 

Excel Facts

Select a hidden cell
Somehide hide payroll data in column G? Press F5. Type G1. Enter. Look in formula bar while you arrow down through G.
How about:

Book1
ABC
1DateHoursStart Date
25/16/2022705/3/2022
End
Cell Formulas
RangeFormula
C2C2=WORKDAY(A2,-B2/8)


You can add a holiday range to that function too.
 
Upvote 0
Solution
How about:

Book1
ABC
1DateHoursStart Date
25/16/2022705/3/2022
End
Cell Formulas
RangeFormula
C2C2=WORKDAY(A2,-B2/8)


You can add a holiday range to that function too.
Amazing, and ridicolous by me. Thought I tried this at work already but seems not, unless there is some glitch setting in the office...
A huge thank you!
 
Upvote 0

Forum statistics

Threads
1,214,627
Messages
6,120,610
Members
448,973
Latest member
ChristineC

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