How to turn time into money?

charleyq

New Member
Joined
Nov 14, 2008
Messages
1
I'm trying to calculate a wage based on minutes.

I have a sheet with a column of time, Column C, which is formatted as h:mm:ss. Most of the entries are minutes and seconds (0:04:13, etc.)

If the rate of pay is 80 cents per minute, how do I sum the minutes and seconds and multiply it times 80 cents per minute (or .013 cents per second)?

Right now I have this formula =SUM(C2:C200) in the F2 cell, formatted as [mm]:ss. The sum is 78 minutes and 13 seconds.

Then in G2 I have this forumla =F2*0.8 and that gives me an incorrect total of $0.04.
 

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
Check out the Excel functions MINUTE and SECOND. You will also need to know how to convert seconds to minutes.
 
Upvote 0

Forum statistics

Threads
1,216,729
Messages
6,132,384
Members
449,725
Latest member
Enero1

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top