ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   i need to convert seconds (ie: 17288.35111) into days, hours, min (https://www.excelbanter.com/excel-discussion-misc-queries/47429-i-need-convert-seconds-ie-17288-35111-into-days-hours-min.html)

jriechers

i need to convert seconds (ie: 17288.35111) into days, hours, min
 
i am trying to create a forumula that takes various numbers and tells me how
many seconds it will take to do something. I would like to take the resulting
seconds and convert to a Day, Hour, Minute, Second format.

Bernie Deitrick

jr,

If the sum is in cell A10, then

=INT(A10/86400) & " Day(s), and " &TEXT(A10/86400-INT(A10/86400),"hh:mm:ss")

HTH,
Bernie
MS Excel MVP


"jriechers" wrote in message
...
i am trying to create a forumula that takes various numbers and tells me
how
many seconds it will take to do something. I would like to take the
resulting
seconds and convert to a Day, Hour, Minute, Second format.





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

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