PC Review


Reply
Thread Tools Rate Thread

How to convert number in to time lenght, minutes and seconds?

 
 
Bojan
Guest
Posts: n/a
 
      31st Oct 2008
Hi,
I work in a Contact centre and curently we measure the lenght of talking
time of a particular person in seconds.
For example John Smith talked 255 seconds, I need to convert those 255
seconds in to length format of minutes and seconds which is: 2:15 and then to
take the average time in minutes and seconds
Is there a formula to do this? To convert the seconds at A3 into time length
at B3.

Sec Time Sec Time Average
A3 B3 C3 D3 E3
255 2:15 160 3:00 2:37

Thank you
 
Reply With Quote
 
 
 
 
T. Valko
Guest
Posts: n/a
 
      31st Oct 2008
>I need to convert those 255 seconds in to length format
>of minutes and seconds which is: 2:15


255 seconds is 4:15.

Divide by 86400

A3 = 255

=A3/86400

Format as [m]:ss

For the average:

=AVERAGE(B3,D3)

Also format as [m]:ss

--
Biff
Microsoft Excel MVP


"Bojan" <(E-Mail Removed)> wrote in message
news:7D2E9BA5-1B44-4ABA-96EB-(E-Mail Removed)...
> Hi,
> I work in a Contact centre and curently we measure the lenght of talking
> time of a particular person in seconds.
> For example John Smith talked 255 seconds, I need to convert those 255
> seconds in to length format of minutes and seconds which is: 2:15 and then
> to
> take the average time in minutes and seconds
> Is there a formula to do this? To convert the seconds at A3 into time
> length
> at B3.
>
> Sec Time Sec Time Average
> A3 B3 C3 D3 E3
> 255 2:15 160 3:00 2:37
>
> Thank you



 
Reply With Quote
 
Bojan
Guest
Posts: n/a
 
      3rd Nov 2008
Thanks that's great help, It works.


"T. Valko" wrote:

> >I need to convert those 255 seconds in to length format
> >of minutes and seconds which is: 2:15

>
> 255 seconds is 4:15.
>
> Divide by 86400
>
> A3 = 255
>
> =A3/86400
>
> Format as [m]:ss
>
> For the average:
>
> =AVERAGE(B3,D3)
>
> Also format as [m]:ss
>
> --
> Biff
> Microsoft Excel MVP
>
>
> "Bojan" <(E-Mail Removed)> wrote in message
> news:7D2E9BA5-1B44-4ABA-96EB-(E-Mail Removed)...
> > Hi,
> > I work in a Contact centre and curently we measure the lenght of talking
> > time of a particular person in seconds.
> > For example John Smith talked 255 seconds, I need to convert those 255
> > seconds in to length format of minutes and seconds which is: 2:15 and then
> > to
> > take the average time in minutes and seconds
> > Is there a formula to do this? To convert the seconds at A3 into time
> > length
> > at B3.
> >
> > Sec Time Sec Time Average
> > A3 B3 C3 D3 E3
> > 255 2:15 160 3:00 2:37
> >
> > Thank you

>
>
>

 
Reply With Quote
 
T. Valko
Guest
Posts: n/a
 
      3rd Nov 2008
You're welcome. Thanks for the feedback!

--
Biff
Microsoft Excel MVP


"Bojan" <(E-Mail Removed)> wrote in message
news:1853746C-E8AD-40BF-A354-(E-Mail Removed)...
> Thanks that's great help, It works.
>
>
> "T. Valko" wrote:
>
>> >I need to convert those 255 seconds in to length format
>> >of minutes and seconds which is: 2:15

>>
>> 255 seconds is 4:15.
>>
>> Divide by 86400
>>
>> A3 = 255
>>
>> =A3/86400
>>
>> Format as [m]:ss
>>
>> For the average:
>>
>> =AVERAGE(B3,D3)
>>
>> Also format as [m]:ss
>>
>> --
>> Biff
>> Microsoft Excel MVP
>>
>>
>> "Bojan" <(E-Mail Removed)> wrote in message
>> news:7D2E9BA5-1B44-4ABA-96EB-(E-Mail Removed)...
>> > Hi,
>> > I work in a Contact centre and curently we measure the lenght of
>> > talking
>> > time of a particular person in seconds.
>> > For example John Smith talked 255 seconds, I need to convert those 255
>> > seconds in to length format of minutes and seconds which is: 2:15 and
>> > then
>> > to
>> > take the average time in minutes and seconds
>> > Is there a formula to do this? To convert the seconds at A3 into time
>> > length
>> > at B3.
>> >
>> > Sec Time Sec Time Average
>> > A3 B3 C3 D3 E3
>> > 255 2:15 160 3:00 2:37
>> >
>> > Thank you

>>
>>
>>



 
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
Need to convert Minutes:Seconds format to minutes with seconds con Cliff Microsoft Excel Worksheet Functions 2 18th Jun 2009 05:10 AM
Convert time in number of seconds Heera Microsoft Excel Worksheet Functions 2 22nd Aug 2008 01:29 PM
convert time string to number of seconds tony Microsoft C# .NET 4 15th Jun 2006 04:06 PM
convert decimal number to time : convert 1,59 (minutes, dec) to m =?Utf-8?B?YWdlbmRhOTUzMw==?= Microsoft Excel Misc 8 20th Jan 2005 10:24 PM
How do i convert a number of seconds to a date/time? =?Utf-8?B?TWFyZ28=?= Microsoft Excel Worksheet Functions 2 5th Jan 2005 12:09 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:08 AM.