convert seconds to minutes and seconds

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

Guest

What is the formula to convert seconds (89 seconds) to minutes and seconds
(1.29)?

Thanks
 
What is the formula to convert seconds (89 seconds) to minutes and seconds
(1.29)?

Thanks

If you want to keep it in that decimal format, then:

=INT(A1/60)+MOD(A1,60)/100

and format as a number with 2 decimal places.


--ron
 

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