Calculate $ Earnings based on % of time on job

BeardedSith

New Member
Joined
Mar 9, 2020
Messages
6
Office Version
  1. 365
  2. 2019
Platform
  1. Windows
Hello!!

I have a math problem I just can't seem to solve in Excel/Sheets. I know there's a way, because I've read about it in the past, but I also can't even remember what the problem is "called".

I need to calculate the profits of multiple employees based on the total haul for an operation, based on the percentage of time they were at the operation. The issue arises as soon as an employee isn't at the operation 100% of the time.

For example:
Total Haul: $1000
Employee 1 - 78% attendance - Gets 78% of 25% - but how do I factor back in the 22% this employee DOESN'T get?
Employee 2 - 100% attendance - Gets 25% or $250.00 of total
Employee 3 - 50% attendance - Same as above
Employee 4 - 100% attendance - Gets 25% or $250.00 of total

I could probably accomplish it in multiple formulas but there has to be an easier way to do this. Any insight, my genius friends?
 

Excel Facts

Who is Mr Spreadsheet?
Author John Walkenbach was Mr Spreadsheet until his retirement in June 2019.
So you want to distribute the entire amount proportionately based on the attendance? Try:

Book1
ABC
1Amount:$ 1,000.00
2
3Attendance Payout
4Employee 178%$ 237.80
5Employee 2100%$ 304.88
6Employee 350%$ 152.44
7Employee 4100%$ 304.88
8
9$ 1,000.00
Sheet12
Cell Formulas
RangeFormula
C4:C7C4=B4/SUM(B$4:B$7)*$B$1
C9C9=SUM(C4:C7)
 
Upvote 0
Solution

Forum statistics

Threads
1,214,861
Messages
6,121,969
Members
449,059
Latest member
oculus

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