Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() I am working on a formula spreadsheet and can NOT figure out how to convert time that would include hours to standard time. For instance if someone worked 7.25 hours it is 7 hours and 15 minutes. which would read 7:15. Can anyone help. -- mpendleton |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=A1/24
where A1 holds 7.25, format as hh:mm -- Regards, Peo Sjoblom http://nwexcelsolutions.com "mpendleton" wrote in message . .. I am working on a formula spreadsheet and can NOT figure out how to convert time that would include hours to standard time. For instance if someone worked 7.25 hours it is 7 hours and 15 minutes. which would read 7:15. Can anyone help. -- mpendleton |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() I tried the A1/24 it didn't work. See b2+c2+d2 = e2. e2 is what I am tring to convert to the 24 hours. any other suggestions. thanks I am working on a formula spreadsheet and can NOT figure out how to convert time that would include hours to standard time. For instance if someone worked 7.25 hours it is 7 hours and 15 minutes. which would read 7:15. Can anyone help. -- mpendleton |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() So the sum of B2:D2 = 7.25 and that is what you want to convert in E2? In E2, =sum(B2:D2)/24 and format hh:mm HTH Steve -- SteveG ------------------------------------------------------------------------ SteveG's Profile: http://www.excelforum.com/member.php...fo&userid=7571 View this thread: http://www.excelforum.com/showthread...hreadid=541322 |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Try: =TRUNC(A1) & ":" & (A1-TRUNC(A1))*60 Ben -- protonLeah ------------------------------------------------------------------------ protonLeah's Profile: http://www.excelforum.com/member.php...o&userid=32097 View this thread: http://www.excelforum.com/showthread...hreadid=541322 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Converting decimal to time | Excel Discussion (Misc queries) | |||
Converting Decimal to Time | Excel Discussion (Misc queries) | |||
converting time to decimals | Excel Worksheet Functions | |||
Converting to Time Format | Excel Discussion (Misc queries) | |||
Can't stop time duration [hh]:mm:ss converting to time of day | Excel Discussion (Misc queries) |