Date Scheduling - Manufacturing Process

Santhoshraj v

New Member
Joined
Feb 5, 2022
Messages
2
Office Version
  1. 365
Platform
  1. Windows
  2. Mobile
  3. Web
While scheduling the dates for process wise operation, Start wise is next date of previous completion date.
In that situation i got a start date as Sunday (Weekend), in this i have used Workday formula for exception of weekend.
But Start date displays a date that falls on sunday, So i need to formula to sort out this and make as next working date as monday.

Formula attached.
1644051290030.png
1644051367127.png
 

Excel Facts

Pivot Table Drill Down
Double-click any number in a pivot table to create a new report showing all detail rows that make up that number
Hi Santhoshraj v,

Try
Excel Formula:
=WORKDAY.INTL(WORKDAY.INTL(G113,-1,11),1,11)
 
Upvote 0
How about
Excel Formula:
=WORKDAY.INTL(G113,1,11)
 
Upvote 0
Assuming you want the next working day after 19-02-2022 and your only weekend day is a Sunday then:

Santhoshraj v.xlsx
DEFG
112
11319-02-22
11421-02-22
115
Sheet1
Cell Formulas
RangeFormula
D114D114=WORKDAY.INTL(WORKDAY.INTL(G113,-1,11),2,11)
 
Upvote 0

Forum statistics

Threads
1,214,976
Messages
6,122,539
Members
449,088
Latest member
RandomExceller01

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