Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 48
Default convert seconds to hours and days

in a cell i have 180000 seconds, i would like to convert this to
days:HRS:Minutes format
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,058
Default convert seconds to hours and days

In another cell enter:

=A1/86400 and format custom:
dd hh:mm:ss

should display:

02 02:00:00

--
Gary''s Student - gsnu200851


"Ranjith Kurian" wrote:

in a cell i have 180000 seconds, i would like to convert this to
days:HRS:Minutes format

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default convert seconds to hours and days

Suppose A1 = 180000

Enter the below formula in B1

=A1/86400
Right click--FormatCells--Custom format to dd:hh:mm Click OK


If this post helps click Yes
---------------
Jacob Skaria


"Ranjith Kurian" wrote:

in a cell i have 180000 seconds, i would like to convert this to
days:HRS:Minutes format

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default convert seconds to hours and days

Dividing by 60 will give you minutes, dividing by a further 60 will
give you hours, and dividing by 24 will give you days, so:

=A1/60/60/24

and format the cell as d hh:mm:ss

Hope this helps.

Pete

On May 6, 6:03*pm, Ranjith Kurian
wrote:
in a *cell i have 180000 seconds, i would like to convert this to
days:HRS:Minutes format


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
Difference in Days, Hours, Minutes and Seconds Pumpkin Excel Discussion (Misc queries) 15 January 19th 09 12:25 PM
convert seconds into days sross002 Excel Discussion (Misc queries) 2 June 29th 08 09:49 PM
countdown days,hours,minutes,seconds to a specific date jje2149 Excel Discussion (Misc queries) 1 June 1st 06 01:47 PM
i need to convert seconds (ie: 17288.35111) into days, hours, min jriechers Excel Discussion (Misc queries) 1 September 27th 05 10:06 PM
Convert "Time Interval" in "hours : minutes : seconds" to seconds Ianukotnorth New Users to Excel 7 May 8th 05 08:11 PM


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

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

About Us

"It's about Microsoft Excel"