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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top