Times add up to over 24 hours not showing properly

schug5

New Member
Joined
Mar 22, 2007
Messages
8
I have several time data points that I am calculating the difference between. In some of the rows, these times total over 24 hours. I have 4 time data points: order time, exam start, exam stop, and read time. Given these hard coded numbers, I calculate the difference between each step. At the end, I try to add the calculated differences up to get a total turnaround time. I have one that should total 37:28:00 using [h]:mm:ss format. However, it is calculating 1141:28:00 and I cannot figure out what the issue is. The three numbers it is adding is 11:01, 3:14 and 23:13. These numbers are all derived from formulas. When I hard key these numbers, it works fine, but I need it to add up the formula numbers. Can anyone help???
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
This maybe of use...
To get from hours to minutes
=A1-B2*1440
(Both cell formatted as time HH:MM)

[Adjust cell ref to suit start and finish time)
 
Upvote 0
Ive used imageshack.com before.
Its not that popular for members to use on here but save a screen shot and upload.
Paste the link/url on here
 
Upvote 0

Forum statistics

Threads
1,215,222
Messages
6,123,706
Members
449,118
Latest member
MichealRed

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