![]() |
Is it possible to convert a number into hours and minutes
I calculate a manufacturing process in minutes per unit. The formula gives
the total number of minutes taken - fine until the number of minutes is over 60. Is it possible to convert say 200 minutes to read 3hours and 19 minutes ? eg 200 divided by 60 = 3.33 and then .33 x 60 to give the number of minutes ? My thanks in anticipation. |
Is it possible to convert a number into hours and minutes
Yes:
=A1/24/60 and format the cell as hh:mm -- Gary''s Student "le clef" wrote: I calculate a manufacturing process in minutes per unit. The formula gives the total number of minutes taken - fine until the number of minutes is over 60. Is it possible to convert say 200 minutes to read 3hours and 19 minutes ? eg 200 divided by 60 = 3.33 and then .33 x 60 to give the number of minutes ? My thanks in anticipation. |
Is it possible to convert a number into hours and minutes
Try this:
For minutes in A1 B1: =A1/(24*60) Format as Time Does that help? *********** Regards, Ron XL2002, WinXP-Pro "le clef" wrote: I calculate a manufacturing process in minutes per unit. The formula gives the total number of minutes taken - fine until the number of minutes is over 60. Is it possible to convert say 200 minutes to read 3hours and 19 minutes ? eg 200 divided by 60 = 3.33 and then .33 x 60 to give the number of minutes ? My thanks in anticipation. |
Is it possible to convert a number into hours and minutes
Thank you so much - you know sometimes you try to re-create the world to do
the most simple tasks - this was one of my tasks ! Problem solved - many thanks again ! "Gary''s Student" wrote: Yes: =A1/24/60 and format the cell as hh:mm -- Gary''s Student "le clef" wrote: I calculate a manufacturing process in minutes per unit. The formula gives the total number of minutes taken - fine until the number of minutes is over 60. Is it possible to convert say 200 minutes to read 3hours and 19 minutes ? eg 200 divided by 60 = 3.33 and then .33 x 60 to give the number of minutes ? My thanks in anticipation. |
Is it possible to convert a number into hours and minutes
You are very welcome
-- Gary''s Student "le clef" wrote: Thank you so much - you know sometimes you try to re-create the world to do the most simple tasks - this was one of my tasks ! Problem solved - many thanks again ! "Gary''s Student" wrote: Yes: =A1/24/60 and format the cell as hh:mm -- Gary''s Student "le clef" wrote: I calculate a manufacturing process in minutes per unit. The formula gives the total number of minutes taken - fine until the number of minutes is over 60. Is it possible to convert say 200 minutes to read 3hours and 19 minutes ? eg 200 divided by 60 = 3.33 and then .33 x 60 to give the number of minutes ? My thanks in anticipation. |
All times are GMT +1. The time now is 12:22 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com