Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hello all - I would like to convert a floating point number (eg 3.25)
to Hours and Minutes (eg 3:15). I've been poking and prodding at this for quite a long time, and can't find a solution. Does anyone have a fast and dirty trick for doing this? Essentially, I have a spreadsheet that does a bunch of time calculations based on speed and distance. Once I've done that, I'd like to convert the finished notation into a time value. I'm using Excel 2002. Thank you any and all for your insights or help. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi!
To do it in place: Enter 24 in an empty unformatted cell. Goto the menu EditCopy Select the cells to convert Then, EditPaste SpecialDivideOK Format the cells as [h]:mm Delete the 24 from the cell Using a formula and another column of cells: A1 = 3.25 B1 = =A1/24 Format the cells as [h]:mm Biff wrote in message oups.com... Hello all - I would like to convert a floating point number (eg 3.25) to Hours and Minutes (eg 3:15). I've been poking and prodding at this for quite a long time, and can't find a solution. Does anyone have a fast and dirty trick for doing this? Essentially, I have a spreadsheet that does a bunch of time calculations based on speed and distance. Once I've done that, I'd like to convert the finished notation into a time value. I'm using Excel 2002. Thank you any and all for your insights or help. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Is it possible to convert a number into hours and minutes | Excel Worksheet Functions | |||
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 | |||
convert hours and minutes to minutes | Excel Discussion (Misc queries) |