Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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. |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Need to convert hours and minutes to hours and tenths. | Excel Discussion (Misc queries) | |||
How to convert minutes to fractional hours | Excel Worksheet Functions | |||
adding rows of hours and minutes to get a total | Excel Worksheet Functions | |||
How do I convert a number of minutes into hours and minutes? | Excel Worksheet Functions | |||
Convert a number of minutes like 400 into hours and minutes | Excel Worksheet Functions |