Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am using Office 2007.
In column A I have a list of thirty activities. In column B I have the amount of minutes each activity took to complete. In cell B31 I have the total number of minutes from B1:B30. This number appears as a whole number. For instance 59 minutes appears as 59 and 65 minutes appears as 65. I need a formula in C31 that will convert the number in B31 to an Hrs and minutes format. For instance 59=:59 65=1:05 Thank you (VERY MUCH) in advance. -- bob |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
For C31, use:
=B31/60/24 Format as a time (eg, h:mm). Regards, Fred "vdmbqb" wrote in message ... I am using Office 2007. In column A I have a list of thirty activities. In column B I have the amount of minutes each activity took to complete. In cell B31 I have the total number of minutes from B1:B30. This number appears as a whole number. For instance 59 minutes appears as 59 and 65 minutes appears as 65. I need a formula in C31 that will convert the number in B31 to an Hrs and minutes format. For instance 59=:59 65=1:05 Thank you (VERY MUCH) in advance. -- bob |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Bob:
Try =TIME(B31/60,MOD(B31,60),0) and then format the cell as time. -- Hope this helps Martin Fishlock, www.nyfconsultants.com, Wolverhampton, UK Please do not forget to rate this reply. "vdmbqb" wrote: I am using Office 2007. In column A I have a list of thirty activities. In column B I have the amount of minutes each activity took to complete. In cell B31 I have the total number of minutes from B1:B30. This number appears as a whole number. For instance 59 minutes appears as 59 and 65 minutes appears as 65. I need a formula in C31 that will convert the number in B31 to an Hrs and minutes format. For instance 59=:59 65=1:05 Thank you (VERY MUCH) in advance. -- bob |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=A1/(24*60) and format as time.
-- David Biddulph "vdmbqb" wrote in message ... I am using Office 2007. In column A I have a list of thirty activities. In column B I have the amount of minutes each activity took to complete. In cell B31 I have the total number of minutes from B1:B30. This number appears as a whole number. For instance 59 minutes appears as 59 and 65 minutes appears as 65. I need a formula in C31 that will convert the number in B31 to an Hrs and minutes format. For instance 59=:59 65=1:05 Thank you (VERY MUCH) in advance. -- bob |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=A1/(24*60) Format: Custom h:mm
"vdmbqb" wrote: I am using Office 2007. In column A I have a list of thirty activities. In column B I have the amount of minutes each activity took to complete. In cell B31 I have the total number of minutes from B1:B30. This number appears as a whole number. For instance 59 minutes appears as 59 and 65 minutes appears as 65. I need a formula in C31 that will convert the number in B31 to an Hrs and minutes format. For instance 59=:59 65=1:05 Thank you (VERY MUCH) in advance. -- bob |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
converting numbers to time | Excel Discussion (Misc queries) | |||
formula for converting military time to standard time, etc | Excel Discussion (Misc queries) | |||
Converting Formula answers to numbers | Excel Discussion (Misc queries) | |||
Converting Numbers to Time | Excel Worksheet Functions | |||
Converting time to numbers | Excel Discussion (Misc queries) |