Morning,
I need a little bit of help please.
Simply, I have a start date/time and an end time/date, and I need to split out the total number of hours (or decimal days) in the range so that they are apportioned to each day that they fall in:
Data:
A2) arrived date/time 01/02/2018 09:00
B2) end date/time 03/02/2018 15:30
Output Requirements:
C2 ) how many hours in the above were on 01/02/18 (i.e. between 01/02/2018 09:00 and 01/02/2018 23:59)
D2) how many hours in the above were on 02/02/18 (i.e. between 02/02/2018 00:00 and 02/02/2018 23:59)
E2) how many hours in the above were on 03/02/18 (i.e. between 03/02/2018 00:00 and 03/02/2018 15:30)
Hopefully this makes sense and thank you in advance
I need a little bit of help please.
Simply, I have a start date/time and an end time/date, and I need to split out the total number of hours (or decimal days) in the range so that they are apportioned to each day that they fall in:
Data:
A2) arrived date/time 01/02/2018 09:00
B2) end date/time 03/02/2018 15:30
Output Requirements:
C2 ) how many hours in the above were on 01/02/18 (i.e. between 01/02/2018 09:00 and 01/02/2018 23:59)
D2) how many hours in the above were on 02/02/18 (i.e. between 02/02/2018 00:00 and 02/02/2018 23:59)
E2) how many hours in the above were on 03/02/18 (i.e. between 03/02/2018 00:00 and 03/02/2018 15:30)
Hopefully this makes sense and thank you in advance