![]() |
How do I convert a number of minutes into hours and minutes?
I need to convert a number stated in minutes into a format that reflects
Hours and minutes. As an example: 722 minutes = 12 hrs 2 mins |
Use a formula like
=A1/24/60 and format the cell for Time. -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "gyrkin" wrote in message ... I need to convert a number stated in minutes into a format that reflects Hours and minutes. As an example: 722 minutes = 12 hrs 2 mins |
Hi!
Divide by 1440 and format the cell as [h]:mm A1 = 722 B1 = =A1/1440 Format B1 as [h]:mm To do it in place: Enter 1440 in an empty cell Copy that cell Select A1 Paste SpecialDivideOK Format as [h]:mm Biff "gyrkin" wrote in message ... I need to convert a number stated in minutes into a format that reflects Hours and minutes. As an example: 722 minutes = 12 hrs 2 mins |
Tell you a secret The date/time is stored in a double. 1 day = 1 12 hours = .5 6 hours = .25 etc.... -- Dnereb ------------------------------------------------------------------------ Dnereb's Profile: http://www.excelforum.com/member.php...o&userid=26182 View this thread: http://www.excelforum.com/showthread...hreadid=397033 |
All times are GMT +1. The time now is 03:49 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com