Convert mins:secs to seconds only

  • Thread starter Thread starter ronedwards
  • Start date Start date
R

ronedwards

Anyone tell me an easy formula to use to change say 3.27 in one cell to
207 secs in another?

TIA!!!
 
if 3.25 is in A1
then in any empty cell type
=INT(A1)*60+MOD(A1,INT(A1))*100
 
If A1=3:27 (3 mins 27 secs formatted like mm:ss), then in B1 =A1, and format
B1 as

Regards,
Stefi

„ronedwards†ezt írta:
 

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

Similar Threads


Back
Top