Time difference formula on 24hr clocks over midnight

pigchicken

New Member
Joined
Aug 8, 2018
Messages
2
Hi Guys,

Been stuck on this one for a while. Need to figure out some turnaround times for overtime (while filming we get overtime for however much we break an 11hr turnaround). So times are logged in 24 hr format, so I need to work out some time differences but having a huge amount of trouble doing so.

e.g. Out 19:00 In 06:00. I need this to generate the value 11:00 as its an 11hr difference but no idea how to make this work.

Thanks in advance.

Thanks,
P
 

Excel Facts

What did Pito Salas invent?
Pito Salas, working for Lotus, popularized what would become to be pivot tables. It was released as Lotus Improv in 1989.
maybe something like...

=MOD("06:00"-"19:00",1)

formatted as h:mm


Great, I had tried the MOD formula, but for some reason in my mind never made the connection to just reverse and use the morning value first..... works great, thank you.
 
Upvote 0
....but for some reason in my mind never made the connection to just reverse and use the morning value first...
Just to be clear about the formula Weazel posted, you are subtracting the start time from the finish time... it make no difference if the both times are before midnight, after midnight or straddling across midnight, the formula remains the same, subtract the start time from the finish time.
 
Upvote 0

Forum statistics

Threads
1,214,642
Messages
6,120,698
Members
448,979
Latest member
DET4492

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top