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)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top