K
kiwi
Guest
I have a problem that I can't seem to find a solution for anywhere so this is my last resort. I'm an amateur user doing a volunteer project for a local fire department. I need to calculate response times from the time a called is toned out to the time it takes an engine or whatever to arrive. The calculation works great if both of the times (in 24 hour time format) are on the same date but if one time is say 23:54 and the other is 0:14, the response time shows up as 23:40 rather than 0:20. I have a simple calculation of =Format([Arr Tm 1]-[Tone Time],"Short Time") at present. Any and all suggestions would be most welcomed.