How do I convert a time units

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to convert a time 1:34:40 to strickly seconds. Is there a
formula that converts this.
 
=A1*86400
format result cell as number (it will default to time and dislpay 0:00:00)

HTH. Best wishes Harald
 
Sorry, I think I did not make my self clear. I want to take this time frame
1:34:40 and convert it to 5680 seconds. I am calculating race times and need
to break down the time it took an individual to race, (in this case 1 hour,
34 minutes & 40 seconds) and convert it to total seconds.
 
Ah, I see. In that case
=A1*86400
format result cell as number (it will default to time and dislpay 0:00:00)

HTH. Best wishes Harald
 

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