Divide amount between group of people with various workload

Refreshed78

New Member
Joined
Jan 3, 2024
Messages
1
Office Version
  1. 365
  2. 2021
  3. 2019
Platform
  1. Windows
Hi all,

Thanks for having me in this forum! I have a problem that I can't figure out how to create a formula for in Excel.
Let's say I have an amount of X that should be divided Y people. 3 of these people work 100% so should have a full share the other 7 work 70% and should have a share equal to 70% of a full share.
So I need to know what amount each person gets according to their share and workeffort.

Was hoping to create something like this, where values in row 2 can be updated and line D3/D4 and E3/E4 get updated accordingly.
The amounts below are all calculated manually as I couldn't figure out how to do it otherwise. =)

Would really apreciate the help!

Skärmbild 2024-01-03 170824.png


Kind regards,
Refreshed78
 

Excel Facts

Lock one reference in a formula
Need 1 part of a formula to always point to the same range? use $ signs: $V$2:$Z$99 will always point to V2:Z99, even after copying
Welcome to the MrExcel forum!

Try:

Book1
ABCDE
1AmountTotal UsersUsers working 100%Users working 70%
2110093.006.00
3Total amount per group458.33641.67
4Total amount per user152.78106.94
Sheet1
Cell Formulas
RangeFormula
D3:E3D3=D2*D4
D4D4=B2/(D2+0.7*E2)
E4E4=D4*0.7
 
Upvote 0

Forum statistics

Threads
1,215,069
Messages
6,122,953
Members
449,095
Latest member
nmaske

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