Turning a time value into a numeric value

D

DubboPete

Hello all,

I have a calculated time value which records the time I spend on
database work for a client. it shows the hours worked in the cell as
"6:45" (6 hours and 45 minutes database work).

CELL A CELL B CELL C
START FINISH TIME WORKED

12:30 19:15 6:45

I'd like to be able to calculate in another cell, say Cell D, the
value of 6hrs 45mins at $nn.nn per hour, so if I got paid $10 per
hour, the calculated cell would reflect $67.50...

Would someone please help with the formula?

thanks in anticipation

DubboPete
 
P

Pete_UK

Try this in D2:

=C2*24*rate

where rate is your hourly rate. Format the cell as currency.

Hope this helps.

Pete
 
D

DubboPete

Try this in D2:

=C2*24*rate

where rate is your hourly rate. Format the cell as currency.

Hope this helps.

Pete










- Show quoted text -

Works fantastic - cheers mate!

Pete
 

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