Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Can you please show me the formula.
A1 to A5 contain minutes e.g 75 105 300 57 111 A10 contains the total amount of minutes e.g 648 =sum(a1:a5) Dividing by 60 = 10.80 hrs (10hrs 48mins) How do I get A10 to display hrs and mins (10.48) or similar instead of 10.80. To begin with, should column A be formatted to numbers? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Times are stored as fractions of a day. A 24hr period=1 So to convert your answer divide the answer in minutes by 1440 (24hr x 60 minutes). The Result needs to be formated [h]:mm to display the result in hours and minutes. You can type this in the custom format box. Not that I think it will effect you you can not have a negative number of hours or minutes Regards Dav -- Dav ------------------------------------------------------------------------ Dav's Profile: http://www.excelforum.com/member.php...o&userid=27107 View this thread: http://www.excelforum.com/showthread...hreadid=509267 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thankyou.
"Dav" wrote in message ... Times are stored as fractions of a day. A 24hr period=1 So to convert your answer divide the answer in minutes by 1440 (24hr x 60 minutes). The Result needs to be formated [h]:mm to display the result in hours and minutes. You can type this in the custom format box. Not that I think it will effect you you can not have a negative number of hours or minutes Regards Dav -- Dav ------------------------------------------------------------------------ Dav's Profile: http://www.excelforum.com/member.php...o&userid=27107 View this thread: http://www.excelforum.com/showthread...hreadid=509267 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Entering Times | Excel Discussion (Misc queries) | |||
time differences in a column | Excel Worksheet Functions | |||
Accumulate weekly time to total time in Excel. | Excel Discussion (Misc queries) | |||
Time Sheet Calculation Help Needed! | Excel Worksheet Functions | |||
time formatting and time categorizing (vlookup or data validation) | Excel Worksheet Functions |