Math: Time Serial (Hours) to Decimal Hours

  • Thread starter Thread starter Guest
  • Start date Start date
HH:MM:SS

MM minutes = MM/60 hours
SS seconds = SS/3600 hours

So HH:MM:SS = (HH + MM/60 + SS/3600) hours

Functions that you may want to use are Hour(), Minute(), Second().
 
Found it, 5 min after posting... sorry for bugging you.
(Time Serial) * 24 = (Decimal Time)
 
Back
Top