Hello,
I've spent few days seaching and finding out how to do this in vba but with no satisfying result.
F. ex.:
Date period: 25-09-2007 13:00 to 26-09-2007 23:00
time intervals: 06:00-15:00, 15:00-18:00, 18:00-03:00 and 03:00-06:00
I need to know total of hours for each time interval within the date period.
Manually the result should be this:
06:00-15:00 = 11 h
15:00-18:00 = 6 h
18:00-03:00 = 14 h
03:00-06:00 = 3 h
Just to say that date period as well as start- and end times can vary in length.
I would very appreciate every help
Thanks
I've spent few days seaching and finding out how to do this in vba but with no satisfying result.
F. ex.:
Date period: 25-09-2007 13:00 to 26-09-2007 23:00
time intervals: 06:00-15:00, 15:00-18:00, 18:00-03:00 and 03:00-06:00
I need to know total of hours for each time interval within the date period.
Manually the result should be this:
06:00-15:00 = 11 h
15:00-18:00 = 6 h
18:00-03:00 = 14 h
03:00-06:00 = 3 h
Just to say that date period as well as start- and end times can vary in length.
I would very appreciate every help
Thanks