Converting Times (1 Viewer)

Scottie31

Registered User.
Local time
Yesterday, 23:52
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,
 

CraigDolphin

GrumpyOldMan in Training
Local time
Yesterday, 19:52
Joined
Dec 21, 2005
Messages
1,582
use the datediff function

=Datediff("h",TimeField1,TimeField2)
 

unmarkedhelicopter

Registered User.
Local time
Today, 03:52
Joined
Apr 23, 2007
Messages
177
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

Top Bottom