simple timesheet

L

Larry

I am trying to take an elapsed time, say 1:45 hrs, and multiple by $12
per hour and have the correct final amount. Suggestions please.

Thank you
Larry
 
D

Dave Peterson

If A1 contained the time (hh:mm) and B1 contained the $12, then you could use:

=a1*24*b1
 
L

Larry

Dave Peterson explained on 7/01/08 :
If A1 contained the time (hh:mm) and B1 contained the $12, then you could
use:

=a1*24*b1

very simple and it works - thank you very much

Larry
 
Top