Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am trying to create a formula for my spreadsheet. In column a i want the
actual hours/minutes worked (24.30 hours), and in column b i want the convereted hours worked (24.50 hours). Is there a formula when I enter the hours/minutes worked in column a that converts column b to the converted hours? -- Cindy |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
What results do you expect if these were your entries:
15.59 = ? 12.03 = ? This formula returns 24.5 based on your sample of 24.30 = 24.50... =INT(A2)+(TIME(0,MOD(A2,1)*100,0)*24) -- Biff Microsoft Excel MVP "Cindyjb" wrote in message ... I am trying to create a formula for my spreadsheet. In column a i want the actual hours/minutes worked (24.30 hours), and in column b i want the convereted hours worked (24.50 hours). Is there a formula when I enter the hours/minutes worked in column a that converts column b to the converted hours? -- Cindy |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Assuming you're entering a true time value in column a, such as 24:30
(although you could have a different format applied to use a decimal seperator), you can just do this: Formula in B2: =A2*24 Format as a number to show 2 decimal places. -- Best Regards, Luke M *Remember to click "yes" if this post helped you!* "Cindyjb" wrote: I am trying to create a formula for my spreadsheet. In column a i want the actual hours/minutes worked (24.30 hours), and in column b i want the convereted hours worked (24.50 hours). Is there a formula when I enter the hours/minutes worked in column a that converts column b to the converted hours? -- Cindy |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel formula to copy/paste formula needed please. | Excel Discussion (Misc queries) | |||
Excel 2002 Formula: Urgent Conditional Formula Required Right Away - if possible | Excel Discussion (Misc queries) | |||
Build excel formula using field values as text in the formula | Excel Worksheet Functions | |||
Excel 2002 formula displayed not value formula option not checked | Excel Worksheet Functions | |||
i edit a formula (excel) then it displays formula not answer | Excel Discussion (Misc queries) |