View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Roger Govier[_3_] Roger Govier[_3_] is offline
external usenet poster
 
Posts: 2,480
Default Time multiplied by cost per hr

Hi Steve

Excel stores times a fractions of a day, so multiply your result by 24.

with time in A1, rate in B1
=A1*B1*24

--
Regards
Roger Govier

"Steve Tupper" <Steve wrote in message
...
I want to get XL to give me the result of the following type of
calculations:

41hr 55mins (entered into a cell as 41:55:00 ?) multiplied by the rate per
hr entered in another cell as a monetary amount of say 563.50 to give the
resultant cost in a 3rd cell.

I want to be able to enter time as hrs & minutes NOT as hrs and a decimal
of
an hr.