Time Difference Formula

  • Thread starter Thread starter George
  • Start date Start date
G

George

Excel 2007
I am looking for help with a formula that calculates the difference between
two times. The one I am using now will not return a negative value.
ie. Cell A1 = 1:45 PM, Cell B1 = 1:43 PM, I would like Cell C1 to show -2
min., and at the same time show a positive number if Cell B1 is greater.
 
George,

Tools|Options - Calculation and select the 1904 date system and you can
display negative time

+b1-A1 and format as [m]

The down side of doing this is that all other existing dates in your
workbook will be 4yrs and 1 day out.

Mike
 
Back
Top