Excel Hourly Wage Calculator

mclau152

New Member
Joined
Jul 7, 2014
Messages
28
I'd like to know of any way to make a counter in excel which keeps track of the time passed and can tell you much you have made based on an hourly wage you input. So far I have a timer that uses VBA and command buttons which I found online which simply counts upwards as time passes and records it in a timer cell (ex:B3), then I have 3 different cells which are =second(B3), =minute(B3), and =hour(B3). I have 3 more cells which are =second(B3)*(hourly rate/3600), =minute(B3)*(hourly rate/60), and =hour(B3)*(hourly rate). I then add all these up and get the amount made for however long the counter is counting. Are there any other ways of doing this? If I had a timer which simply kept track of seconds then I would only need =seconds*(hourly rate/3600) for example, but I don't know how to make a timer like that myself.
 

Excel Facts

Can you AutoAverage in Excel?
There is a drop-down next to the AutoSum symbol. Open the drop-down to choose AVERAGE, COUNT, MAX, or MIN

Forum statistics

Threads
1,215,375
Messages
6,124,580
Members
449,174
Latest member
chandan4057

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