Inquiry

azar3

New Member
Joined
Feb 19, 2020
Messages
7
Office Version
  1. 365
Hello, We have a clearance sheet on Google Spread Sheet, we would like to find an equation to convert the sum of time for start and end times into a sum of money,
Screenshot_2020-02-29-15-12-45-78_f90b96e7af3c5a594eb0c92de7fc5fe1.png
kindly help?

The initial form of clearance is available but requires reducing the number of columns and setting up an equation to convert the outcome of time into a sum of money
 

Excel Facts

VLOOKUP to Left?
Use =VLOOKUP(A2,CHOOSE({1,2},$Z$1:$Z$99,$Y$1:$Y$99),2,False) to lookup Y values to left of Z values.
I'm not sure what you mean by "convert the outcome of time into as sum of money" but if you mean how much someone should be paid for the hours they worked, then what you have to do is work out how many hours they worked and multiply it by their hourly rate. If column D is the hours worked then for say cell D7 the Function HOUR(D7) will return 4. If they worked part of an hour then the equation MINUTE(D7)/60 will return the part of an hour. So, if someone worked 4 hours 30 minutes (4:30:00) then HOUR(D7) + MINUTE(D7)/60 = 4.5. Multiply that by their hourly rate and that is what they should be paid.
 
Upvote 0
Solution

Forum statistics

Threads
1,215,487
Messages
6,125,073
Members
449,205
Latest member
Healthydogs

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