Converting Times

Scottie31

Registered User.
Local time
, 21:38
Joined
Jan 11, 2006
Messages
30
I'm trying to convert times to report how certain Employees are doing on their key performaces. How can I subtract 13:00 - 14:00 = -1hr, when doing this all I get is ######? I need to have a value as an answer instead of ######.

Thanks,
 
use the datediff function

=Datediff("h",TimeField1,TimeField2)
 
Scottie31, you are NEVER allowed to have a date / time field as a negative number.
13:00 - 14:00 would be negative so ...
Do you just want hours or minutes as well ?
Why would you ever want a negative time ?
 

Users who are viewing this thread

Back
Top Bottom