To get a negative time difference to display, you can use:
Tools/ Options/ Calculation, and select the 1904 date system, but there may
still be problems with your formula if you're using the & symbol rather than
+.
10/1/06 will be 38727 in the 1900 date system (or 37265 in the 1904 system),
and 4:45 PM is 0.697917. If you concatenate them, for example with the &
symbol, you'll get 387270.697917 (or 376250.697917), putting the zero which
was before the decimal point of the time at the end of the integer for the
date. Hence a one day change in the date will appear as a 10 day change in
the total. If you have the results formatted as [h]:mm to be able to see
the full number of hours, you'll see a 240 hour change, not 24 hours. You
must, therefore, replace your & symbols by +.
--
David Biddulph
Rhonda said:
Otto,
The problem is not the size of the cell. This is what is in the cell:
Cell H11 - 10/01/06
Cell I11 - 4:45 PM
Cell F11 - 10/01/06
Cell G11 - 4:50 PM
So the formula is =(H11&I11)-(F11&G11)
The ###### appears in the column rather than a -.05 for the five minutes
difference, does this explanation help?
I thank you in advance for your prompt response.
Rhonda