PC Review


Reply
Thread Tools Rate Thread

How can I convert seconds into minutes? (mm:ss -> min.x)

 
 
=?Utf-8?B?Q2Fwc3M=?=
Guest
Posts: n/a
 
      13th Mar 2007
Hello,

I have several telephone numbers from different providers.
The statistics from most of all are in minutes (eg: 137.83)

But one of them is in mm:ss format.

I need to convert mm:ss to min.x.
As an example:
The total is 630:15
I need to convert this to 630.25

Or 155:50 to 155.83

Many thanks in advance.

 
Reply With Quote
 
 
 
 
Bob Phillips
Guest
Posts: n/a
 
      13th Mar 2007
Just multiply by 24 and format as 0.00

--
---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)



"Capss" <(E-Mail Removed)> wrote in message
news:7E9C2709-B7C7-4A0C-B224-(E-Mail Removed)...
> Hello,
>
> I have several telephone numbers from different providers.
> The statistics from most of all are in minutes (eg: 137.83)
>
> But one of them is in mm:ss format.
>
> I need to convert mm:ss to min.x.
> As an example:
> The total is 630:15
> I need to convert this to 630.25
>
> Or 155:50 to 155.83
>
> Many thanks in advance.
>



 
Reply With Quote
 
JE McGimpsey
Guest
Posts: n/a
 
      13th Mar 2007
XL stores times as fractional days, so multiply the time by 24 hours by
60 minutes:

=A1 * 24 * 60

or equivalently

=A1 * 1440

and Format as General or a Number format


In article <7E9C2709-B7C7-4A0C-B224-(E-Mail Removed)>,
Capss <(E-Mail Removed)> wrote:

> Hello,
>
> I have several telephone numbers from different providers.
> The statistics from most of all are in minutes (eg: 137.83)
>
> But one of them is in mm:ss format.
>
> I need to convert mm:ss to min.x.
> As an example:
> The total is 630:15
> I need to convert this to 630.25
>
> Or 155:50 to 155.83
>
> Many thanks in advance.

 
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
Convert text entered as minutes/seconds to minutes Kathie Microsoft Excel Worksheet Functions 1 6th May 2010 05:05 AM
Need to convert Minutes:Seconds format to minutes with seconds con Cliff Microsoft Excel Worksheet Functions 2 18th Jun 2009 05:10 AM
Convert Decimal Minutes to Hours-Minutes-Seconds Scott Microsoft Excel Programming 3 22nd Oct 2008 03:26 AM
Convert seconds to days, hours, minutes and seconds. Sheldon Microsoft VB .NET 5 6th Jul 2008 03:09 PM
Formula to Convert Minutes:Seconds to just seconds - Plz read Post Notts_Lad Microsoft Excel Misc 6 27th Jul 2004 12:35 AM


Features
 

Advertising
 

Newsgroups
 


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