ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Displaying seconds in hh:mm:ss format (https://www.excelbanter.com/excel-worksheet-functions/56800-displaying-seconds-hh-mm-ss-format.html)

PCLIVE

Displaying seconds in hh:mm:ss format
 
I've got a cell with the total number of seconds in it.

A1 contains the number: 3,157

This number represents seconds. Is there a format or function that will
display this in hours-minutes-seconds (hh:mm:ss)?

Thanks,
Paul



JE McGimpsey

Displaying seconds in hh:mm:ss format
 
One way:

XL stores times as fractional days, so to get an XL time, divide seconds
by the number of seconds in a day:

=A1/86400

Format as [h]:mm:ss

In article ,
"PCLIVE" wrote:

I've got a cell with the total number of seconds in it.

A1 contains the number: 3,157

This number represents seconds. Is there a format or function that will
display this in hours-minutes-seconds (hh:mm:ss)?

Thanks,
Paul


vezerid

Displaying seconds in hh:mm:ss format
 
Paul,
you need to divide by 86400. The format you seek can be found in
Format|Cells..., under the Number tab. Choose a Time format.

HTH
Kostis Vezerides


Peo Sjoblom

Displaying seconds in hh:mm:ss format
 
Try

=A1/24/60/60

or

=A1/86400

formats as hh:mm:ss


--

Regards,

Peo Sjoblom

"PCLIVE" wrote in message
...
I've got a cell with the total number of seconds in it.

A1 contains the number: 3,157

This number represents seconds. Is there a format or function that will
display this in hours-minutes-seconds (hh:mm:ss)?

Thanks,
Paul





Gary''s Student

Displaying seconds in hh:mm:ss format
 
In B2 enter =A1/(24*60*60) and you should see 0.036539352
format as hh:mm:ss and you will see 00:52:37
___________________________________________
Gary's Student


"PCLIVE" wrote:

I've got a cell with the total number of seconds in it.

A1 contains the number: 3,157

This number represents seconds. Is there a format or function that will
display this in hours-minutes-seconds (hh:mm:ss)?

Thanks,
Paul




PCLIVE

Displaying seconds in hh:mm:ss format
 
Thank you all.
It works great!

Paul

"JE McGimpsey" wrote in message
...
One way:

XL stores times as fractional days, so to get an XL time, divide seconds
by the number of seconds in a day:

=A1/86400

Format as [h]:mm:ss

In article ,
"PCLIVE" wrote:

I've got a cell with the total number of seconds in it.

A1 contains the number: 3,157

This number represents seconds. Is there a format or function that will
display this in hours-minutes-seconds (hh:mm:ss)?

Thanks,
Paul





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

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com