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]
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]