PC Review


Reply
Thread Tools Rate Thread

convert decimal number to time : convert 1,59 (minutes, dec) to m

 
 
=?Utf-8?B?YWdlbmRhOTUzMw==?=
Guest
Posts: n/a
 
      20th Jan 2005
How to convert decimal number to time : convert 1,59 (minutes, dec) to mm:ss
 
Reply With Quote
 
 
 
 
=?Utf-8?B?Z2FsaW1p?=
Guest
Posts: n/a
 
      20th Jan 2005
If the latter part of the number is decimal, then 59% of 60 minutes would be
the answer

1.59 minutes = 1:34 (mm:ss)

http://www.ingenio.com/categories/ca...sp?sid=5228306

"agenda9533" wrote:

> How to convert decimal number to time : convert 1,59 (minutes, dec) to mm:ss

 
Reply With Quote
 
Bob Phillips
Guest
Posts: n/a
 
      20th Jan 2005
Divide it by 24 if it is hours, or by 1440 if it is minutes

--
HTH

Bob Phillips

"agenda9533" <(E-Mail Removed)> wrote in message
news:6D912381-D89A-4231-8772-(E-Mail Removed)...
> How to convert decimal number to time : convert 1,59 (minutes, dec) to

mm:ss


 
Reply With Quote
 
=?Utf-8?B?YWdlbmRhOTUzMw==?=
Guest
Posts: n/a
 
      20th Jan 2005
Problem is - I know how to calculate this mannualy. But I need a function
that converts a decimal number of minutes ( for example , 1.59 ) to a time
format mm:ss (1:48)

Thank you for all your answers!

"Bob Phillips" wrote:

> Divide it by 24 if it is hours, or by 1440 if it is minutes
>
> --
> HTH
>
> Bob Phillips
>
> "agenda9533" <(E-Mail Removed)> wrote in message
> news:6D912381-D89A-4231-8772-(E-Mail Removed)...
> > How to convert decimal number to time : convert 1,59 (minutes, dec) to

> mm:ss
>
>
>

 
Reply With Quote
 
JE McGimpsey
Guest
Posts: n/a
 
      20th Jan 2005
One way:

A1: 1,59
A2: =A1/1440

format A2 as "[m]:ss"


In article <D7745D58-E8CE-437B-8B53-(E-Mail Removed)>,
"agenda9533" <(E-Mail Removed)> wrote:

> Problem is - I know how to calculate this mannualy. But I need a function
> that converts a decimal number of minutes ( for example , 1.59 ) to a time
> format mm:ss (1:48)

 
Reply With Quote
 
=?Utf-8?B?YWdlbmRhOTUzMw==?=
Guest
Posts: n/a
 
      20th Jan 2005
Now I got it! :-))
Thank you!

"JE McGimpsey" wrote:

> One way:
>
> A1: 1,59
> A2: =A1/1440
>
> format A2 as "[m]:ss"
>
>
> In article <D7745D58-E8CE-437B-8B53-(E-Mail Removed)>,
> "agenda9533" <(E-Mail Removed)> wrote:
>
> > Problem is - I know how to calculate this mannualy. But I need a function
> > that converts a decimal number of minutes ( for example , 1.59 ) to a time
> > format mm:ss (1:48)

>

 
Reply With Quote
 
Bob Phillips
Guest
Posts: n/a
 
      20th Jan 2005
which is what I said

--
HTH

Bob Phillips

"agenda9533" <(E-Mail Removed)> wrote in message
news:69541286-1858-4957-8628-(E-Mail Removed)...
> Now I got it! :-))
> Thank you!
>
> "JE McGimpsey" wrote:
>
> > One way:
> >
> > A1: 1,59
> > A2: =A1/1440
> >
> > format A2 as "[m]:ss"
> >
> >
> > In article <D7745D58-E8CE-437B-8B53-(E-Mail Removed)>,
> > "agenda9533" <(E-Mail Removed)> wrote:
> >
> > > Problem is - I know how to calculate this mannualy. But I need a

function
> > > that converts a decimal number of minutes ( for example , 1.59 ) to a

time
> > > format mm:ss (1:48)

> >



 
Reply With Quote
 
JE McGimpsey
Guest
Posts: n/a
 
      20th Jan 2005
He probably got a decimal number and didn't know what to do with it.
Just dividing doesn't format it as time.

In article <eBkjiJy$(E-Mail Removed)>,
"Bob Phillips" <(E-Mail Removed)> wrote:

> which is what I said

 
Reply With Quote
 
Bob Phillips
Guest
Posts: n/a
 
      20th Jan 2005
If he knew how to calculate it manually, it would have helped if he had
asked how he could put into a cell formula, rather than how to convert it.

Bob

"JE McGimpsey" <(E-Mail Removed)> wrote in message
news:jemcgimpsey-(E-Mail Removed)...
> He probably got a decimal number and didn't know what to do with it.
> Just dividing doesn't format it as time.
>
> In article <eBkjiJy$(E-Mail Removed)>,
> "Bob Phillips" <(E-Mail Removed)> wrote:
>
> > which is what I said



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
I need to convert a decimal time to hours and minutes, is there a Dave Microsoft Access Queries 3 6th Nov 2008 11:20 PM
How to convert number in to time lenght, minutes and seconds? Bojan Microsoft Excel Misc 3 3rd Nov 2008 07:35 AM
Convert part of decimal to time (minutes only) RachelB Microsoft Excel Misc 10 21st Dec 2007 03:48 PM
how do i convert a number into minutes for a time of completion c. =?Utf-8?B?ZGhlbG1lcnM=?= Microsoft Excel Misc 2 29th Jan 2005 08:49 AM
Convert decimal number into hours and minutes Gabriel Maraqa Microsoft Excel Worksheet Functions 2 8th Mar 2004 04:50 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:34 PM.