Rob Webster
New Member
I need to calculate the number of working days that an activity is being worked on in a certain time frame.
eg>
if an activity starts on January 06 2014, and ends on January 29th 2014,
how many working days are there in week commencing Monday 6th, if i only work on Tuesday, Wednesdays and Thursdays
obviously the answer here is 3.
in week commencing 27th January there are 2 working days and in total there are 11 working days spread across 4 weeks
I need to work out many tasks over many weeks to can anyone suggest a formula, or vba code?
I've managed to create code which works out all overlapping days and an alternative that works out overlapping weekdays, but this one is giving me a headache!
eg>
if an activity starts on January 06 2014, and ends on January 29th 2014,
how many working days are there in week commencing Monday 6th, if i only work on Tuesday, Wednesdays and Thursdays
obviously the answer here is 3.
in week commencing 27th January there are 2 working days and in total there are 11 working days spread across 4 weeks
I need to work out many tasks over many weeks to can anyone suggest a formula, or vba code?
I've managed to create code which works out all overlapping days and an alternative that works out overlapping weekdays, but this one is giving me a headache!