formula for payment, time vs hourly price

S

Sonnich Jensen

Hi

I have a sum of times, as of now 0:25 (25 mins) and a price at 30. The
price for the work is 12.5, 25mins / 60mins * 30 ..... how do I
implement that formula?

WBR
Sonnich
 
C

Claus Busch

Hi,

Am Mon, 19 Sep 2011 06:53:56 -0700 (PDT) schrieb Sonnich Jensen:
I have a sum of times, as of now 0:25 (25 mins) and a price at 30. The
price for the work is 12.5, 25mins / 60mins * 30 ..... how do I
implement that formula?

Time * 24 * Price
Time in A1, price in B1:
=A1*24*B1


Regards
Claus Busch
 
S

Sonnich Jensen

Hi,

Am Mon, 19 Sep 2011 06:53:56 -0700 (PDT) schrieb Sonnich Jensen:


Time * 24 * Price
Time in A1, price in B1:
=A1*24*B1

Regards
Claus Busch

Thanks, it works
 

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