Subtract number of working days, from a date

Rick__

New Member
Joined
Mar 18, 2016
Messages
20
Hi all,

You've all been so helpful in the past, so I thought you might be able to help me out once again.

I'm trying to work out lead times based on a cut off date, I need to subtract the lead time (Column B) from the cut off (Column C) to calcualte the last order date (Column D), however I need to make sure the fourmula only counts work days (Mon - Fri).

Bascially "Last Order Date" = "Cut off" - Lead Time (not counting weekdays).


Thank you in advance.


[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD][/TD]
[TD]A
[/TD]
[TD]B
[/TD]
[TD]C
[/TD]
[TD]D
[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]Product
[/TD]
[TD]Lead Time (in days)
[/TD]
[TD]Cut off
[/TD]
[TD]Last Order Date
[/TD]
[/TR]
[TR]
[TD]2
[/TD]
[TD]Phone Case
[/TD]
[TD]8
[/TD]
[TD]18/12/2018
[/TD]
[TD]?
[/TD]
[/TR]
[TR]
[TD]3
[/TD]
[TD]Charger
[/TD]
[TD]5
[/TD]
[TD]18/12/2018
[/TD]
[TD]?
[/TD]
[/TR]
</tbody>[/TABLE]
 

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.
Note also that you can build any known holidays into this. For example:

Excel Workbook
BCDEF
1LeadCut OffLast orderHolidays
2316/03/201812/03/20181/01/2018
315/03/2018
Subtract Work Days
 
Upvote 0

Forum statistics

Threads
1,224,823
Messages
6,181,181
Members
453,022
Latest member
Mohamed Magdi Tawfiq Emam

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