Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 46
Default Convert seconds to hh:mm:ss.dd ?

Could someone help me derive a formula that will turn a column of
seconds and decimals into hours, mins, secs, decimals please. For
example:

Original New
-------- ---------
92.16 00:01:32.16
3987.65 01:06:27.65

I can get there with several columns, and I suppose I could manipulate
these and get them into a single column, but I'm sure there must be a
more elegant solution?

--
Terry, West Sussex, UK
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default Convert seconds to hh:mm:ss.dd ?

=A1/(24*60*60)
and format as:

Custom [h]:mm:ss.00
--
Gary''s Student - gsnu200732


"Terry Pinnell" wrote:

Could someone help me derive a formula that will turn a column of
seconds and decimals into hours, mins, secs, decimals please. For
example:

Original New
-------- ---------
92.16 00:01:32.16
3987.65 01:06:27.65

I can get there with several columns, and I suppose I could manipulate
these and get them into a single column, but I'm sure there must be a
more elegant solution?

--
Terry, West Sussex, UK

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Convert seconds to hh:mm:ss.dd ?

How about using a helper cell with a formula:
=A1/60/60/24
and give that cell a custom format: hh:mm:ss.000



Terry Pinnell wrote:

Could someone help me derive a formula that will turn a column of
seconds and decimals into hours, mins, secs, decimals please. For
example:

Original New
-------- ---------
92.16 00:01:32.16
3987.65 01:06:27.65

I can get there with several columns, and I suppose I could manipulate
these and get them into a single column, but I'm sure there must be a
more elegant solution?

--
Terry, West Sussex, UK


--

Dave Peterson
  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 46
Default Convert seconds to hh:mm:ss.dd ?

Gary''s Student wrote:

=A1/(24*60*60)
and format as:

Custom [h]:mm:ss.00


Thanks both!

--
Terry, West Sussex, UK
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I convert seconds (up to 38,000) into HR:MN:SEC? jbosrock Excel Discussion (Misc queries) 4 March 21st 06 08:26 PM
Convert "Time Interval" in "hours : minutes : seconds" to seconds Ianukotnorth New Users to Excel 7 May 8th 05 08:11 PM
How do I convert 00:03:54 to get 234 seconds? SteverinoNeedsHelp Excel Worksheet Functions 2 March 26th 05 07:17 PM
Convert seconds to minutes and seconds in excel anonymous Excel Worksheet Functions 3 December 25th 04 08:38 PM
convert seconds to minutes and seconds Brian Excel Worksheet Functions 2 December 9th 04 09:45 PM


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

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"