Formula for equally share a value based on contribution

DaVinci07

New Member
Joined
Oct 14, 2021
Messages
3
Office Version
  1. 2019
Platform
  1. Windows
I am looking for your support in finding a formula to equally share a value based on an imposed quota fulfillment. For instance, I have to share a quota of 30 units to 4 members. Each of these members have a different quota to cover, A= 10 ( fulfilled 4), B= 5 (fulfilled 8) C= 4 (fulfilled 3), D=40(fulfilled 30) E= 9(fulfilled 6). Each of them has covered to a certain extent their quotas. How to share the equally share the value based on covered
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
Welcome to the Forum!

It's not clear what you mean by "equally share"? It would help if you could provide some examples.

How do you want your 30 units distributed? What if you had 10 units to be distributed instead?

ABCDE
1QuotaFilledUnfilledAnswer
2A1046?
3B580?
4C431?
5D403010?
6E963?
Sheet1
Cell Formulas
RangeFormula
D2:D6D2=MAX(0,B2-C2)
 
Upvote 0

Forum statistics

Threads
1,223,698
Messages
6,173,901
Members
452,536
Latest member
Chiz511

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