time from minutes to decimals

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

Guest

I want change the time in my worksheet.
I need change 3:30 to 3.5 decimals numbers
 
=A1*24

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)
 
XL times are representable by fractional days, so multiply the time by
the number of minutes in a day:

A1: 0:03:30
A2: =A1*24*60 ===> 3.5

when formatted as General or Number. A bit more efficiently:

A2: =A1*1440
 
That's in minutes isn't it ?

But your answer came back in hours ??

Steve
 

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