Converting Number to Days : Hours : Minutes : Seconds

arghyadeep_ray

New Member
Joined
Feb 3, 2017
Messages
4
Hello All,

I need formula to convert 375350 (or any number for that matter) to be auto converted into Days : Hours : Minutes (i.e 4 Days 8 Hours 15 Minutes)

OS : WIN 7 PRO
Excel Version : Excel 2013

Thanks In Advance !!! :)
 

Excel Facts

Difference between two dates
Secret function! Use =DATEDIF(A2,B2,"Y")&" years"&=DATEDIF(A2,B2,"YM")&" months"&=DATEDIF(A2,B2,"MD")&" days"
Hi, welcome to the forum! Here is one option:


Excel 2013
AB
13753504 Days 8 Hours 15 Minutes
Sheet1
Cell Formulas
RangeFormula
B1=INT(A1/86400)&" Days "&TEXT(A1/86400,"h ""Hours"" m ""Minutes""")
 
Upvote 0
Hi. If you had your number in A1 you could try:

=TEXT(A1/86400,"dd:hh:mm:ss")
 
Upvote 0

Forum statistics

Threads
1,224,824
Messages
6,181,186
Members
453,020
Latest member
Mohamed Magdi Tawfiq Emam

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top