Please could someone tell me how it is possible to calculate the following.
Attached details Start and Finish times of transactions over different time ranges.
I need to calculate the elapsed time for each day for each transaction.
For example -
Transaction 1 =
Finish Date/Time 27/11/2018 10:00 - Start Date Time -27/11/2018 06:00
Equals - 4 hours
Transaction 2
Finish Date/Time 27/11/2018 10:00 - Start Date Time -26/11/2018 06:00
Equals - 28 hours
What I want to return is
26/11/18 = 18 hours and 27/11/18 = 10 hours
ie: The elapsed time per day(date)
Many thanks
REDDOG
Attached details Start and Finish times of transactions over different time ranges.
I need to calculate the elapsed time for each day for each transaction.
For example -
Transaction 1 =
Finish Date/Time 27/11/2018 10:00 - Start Date Time -27/11/2018 06:00
Equals - 4 hours
Transaction 2
Finish Date/Time 27/11/2018 10:00 - Start Date Time -26/11/2018 06:00
Equals - 28 hours
What I want to return is
26/11/18 = 18 hours and 27/11/18 = 10 hours
ie: The elapsed time per day(date)
Many thanks
REDDOG