I have a spreadsheet that has a column for effective date (column R), effective time (column S), complete date (column T), and complete time (column U). I need to be able to calculate the time difference between these fields, and then I need to be able to run analysis on the results. The formula I am using is =(T4-R4)+(U4-S4) and then the column is formatted using a custom format - [h]:mm:ss. Everything looks right here, but when I try to run sumif or averageif formulas and use the same format, my numbers don't seem to line up (the results are way too high). I even did a simple calculation to find out how many hours the report covers (24*86) -- the report spans 86 days. Before I apply the format, the number of hours show 2064. After I apply the format, my number suddenly changes to 49536:00:00. Why is it doing that? How can I get my formulas on both page to return accurate results? I need to be able to calculate the average difference between the two dates and times based on various criteria. Any assistance you can provide would be greatly appreciated.