Hi,
I have two dates, the start date and the end date. I need to calculate the exact date difference between them but excluding specific days of week. For example:
Start date: 2015-10-06 11:00 AM
End date: 2015-10-29 18:55 PM
And all of Wednesdays and Fridays need to be excluded (Start date and End date cannot occur in the excluded days).
How to achieve such thing without VBA using Excel 2007?
I have two dates, the start date and the end date. I need to calculate the exact date difference between them but excluding specific days of week. For example:
Start date: 2015-10-06 11:00 AM
End date: 2015-10-29 18:55 PM
And all of Wednesdays and Fridays need to be excluded (Start date and End date cannot occur in the excluded days).
How to achieve such thing without VBA using Excel 2007?