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???