Basic hours * rate formula

M

Mr. Smith

Sorry for this lame post.....

I've a cell showing the amount of hours spent on a project (68:45:00).
My hourly rate is $ 105

How do I convert the hours into a number which I can then multiply with 105
to get the correct cost?

Regards
Mr. Smith
 
P

Pete_UK

Try this:

=A1 * 24 * 105

with A1 containing the total hours. Format the cell as currency.

Hope this helps.

Pete
 
Top