How to convert dd hh mm time format to hours or minutes in Excel?
Supposing you have a list of date format as DD:HH:MM which means days, hours, minutes, but now, you need to convert this to hours or minutes. This article will talk about how to convert the DD:HH:MM time format to hours or minutes in Excel.
Convert DD:HH:MM time format to hours and minutes
Convert DD HH:MM:SS time format to minutes only
Convert DD:HH:MM time format to hours and minutes
For example, to convert 01:23:15 (1day, 23hours, 15minutes) to 47:15 (47hours, 15minutes), please apply the following formula:
Enter this formula:
=24*LEFT(A2,FIND(":",A2)-1)+MID(A2,FIND(":",A2)+1,LEN(A2)-2-LEN(RIGHT(A2,LEN(A2)-FIND("@",SUBSTITUTE(A2,":","@",2))))-LEN(LEFT(A2,FIND(":",A2)-1)))&":"&TEXT(RIGHT(A2,LEN(A2)-FIND("@",SUBSTITUTE(A2,":","@",2))),"00") into a blank cell where you want to output the result, and then drag the fill handle down to the cells which you want to apply this formula, and all the DD:HH:MM time format has been converted to the HH:MM time format, see screenshot:
Convert DD HH:MM:SS time format to minutes only
If you need to convert the DD HH:MM:SS date format to minutes only, such as convert 01 23:15:00 (1day, 23hours, 15minutes, 0second) to 2835 minutes. Please apply this formula:
Enter this formula into a blank cell:
=CONVERT(DATE(1900,1,LEFT(A2,FIND(" ",A2)-1))+TIME(RIGHT(LEFT(A2,FIND(":",A2)-1),FIND(" ",LEFT(A2,FIND(":",A2)-1))),LEFT(RIGHT(A2,LEN(A2)-FIND(":",A2)),FIND(":",RIGHT(A2,LEN(A2)-FIND(":",A2)))-1),RIGHT(A2,LEN(A2)-FIND(":",A2,FIND(":",A2)+1))),"day","mn") and then drag the fill handle down to the cells to contain this formula, and the DD HH:MM:SS date format has been converted to only minutes, see screenshot:
Convert hh:mm:ss time format to hours / minutes / seconds:
Kutools for Excel's Convert Time feature can help you to convert multiple time format to hours, minutes or seconds as you wanted. Click to download and free trial Kutools for Excel now! Kutools for Excel: with more than 300 handy Excel add-ins, free to try with no limitation in 30 days. Download and free trial Now! |
Best Office Productivity Tools
Supports Office/Excel 2007-2021 and 365 | Available in 44 Languages | Easy to Uninstall Completely
Kutools for Excel Boasts Over 300 Features, Ensuring That What You Need Is Just A Click Away...
Supercharge Your Spreadsheets: Experience Efficiency Like Never Before with Kutools for Excel (Full-Featured 30-Day Free Trial)
Office Tab Brings Tabbed interface to Office, and Make Your Work Much Easier
- Enable tabbed editing and reading in Word, Excel, PowerPoint, Publisher, Access, Visio and Project.
- Open and create multiple documents in new tabs of the same window, rather than in new windows.
- Increases your productivity by 50%, and reduces hundreds of mouse clicks for you every day!










