convert Seconds to Minutes

  • Thread starter Thread starter Jon Brett
  • Start date Start date
J

Jon Brett

Is there a way of automatically converting seconds (integer) to
display minutes:seconds in a cell?

E.G. 80 becomes 1:20

I've had a look at the cell format options and I can't work it out.

Thanks,

Jon Brett
 
Hi

You need to divide your initial figure (80) by 86400 (60*60*24) and then
format the result as mm:ss
 

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