Time * Rate = Amount Billed Formula?

G

Guest

I need to multiply the time recorded (in hours:minutes) by the charging rate
(in currency) to get the total amount billed as follows:

Time Billed Charge Out Rate Amount Billed

01:00 £285
02:30 £285

Please can someone tell me what formula to use, how to do this?

Thanks. Andy
 
P

Pete_UK

If your charge-out rate is £ per hour, you will need to multiply by 24
to get the correct amount, as time is stored internally as a fraction
of a 24-hour day. So, your formula in C2 would be:

=A2 * B2 * 24

formatted as currency, assuming these are the only columns in your
worksheet.

Hope this helps.

Pete
 
S

SteveG

Andy,

Convert the time to decimal format and then multiply by the rate.


=(A1*24)*B1 = Amount Billed

HTH

Steve
 

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