calculate time between a start and end time

B

Busy_Busy

I tried to use the datediff() function to calculate my time. It works, but it
only works in whole numbers. It doesn't work for 1:30-2:00, which is .5
hours. I hope you can help me!!
 
V

Van T. Dinh

use DateDiff to work out in minutes (or even seconds, if required) and then
convert the difference to decimal hours.
 
Top