Time x Rate

S

Scott A

Hello,

I need help with a formula to multiply time by a rate amount.

I have the time calculating and shows in a
:mm format (in one cell) and
am trying to multiply it by a rate of $45.00 per hour(in another cell).

A B C D E
46 28:30
47 $45.00
48 ?

I have tried several formulas but none have worked.

Thank you for your help!

Scott A
 
J

JoeU2004

Scott A said:
I have the time calculating and shows in a
:mm format (in one cell)
and
am trying to multiply it by a rate of $45.00 per hour(in another cell).



I would suggest:

=round(24*E46*E47, 2)

to avoid significant rounding "errors" from propagating through the
spreadsheet.


----- original message -----

Scott A said:
Hello,

I need help with a formula to multiply time by a rate amount.

I have the time calculating and shows in a
:mm format (in one cell)
and
am trying to multiply it by a rate of $45.00 per hour(in another cell).

A B C D E
46 28:30
47 $45.00
48 ?

I have tried several formulas but none have worked.

Thank you for your help!

Scott A

 

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