Trying to come up with a way breakdown the total base to 50 positions, this is like a percentage thing but all done with a Formula.

RudeBoy

Active Member
Joined
Feb 2, 2003
Messages
376
Okay Basically I have a Total Number in this case = 46212

I want to create a Formula that can change depending upon if my total number goes up or down.

each of the 50 places must be divisible evenly.

So to recap here is the total number and here is the 50 places that add up to this total number of 46212
11500
21400
31320
41284
51252
61120
71088
81064
91040
101016
111004
12992
13984
14972
15964
16956
17944
18936
19928
20920
21908
22900
23896
24888
25880
26872
27864
28860
29852
30844
31840
32836
33828
34824
35816
36812
37804
38800
39792
40788
41784
42776
43772
44768
45764
46760
47756
48752
49748
50744
46212
 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
What is the formula supposed to do? Where would you use it?
Using your example if 46212 is divided by 50 = 924 remainder of 12. So I could have 49 entries at 924, and 1 entry 936 (all values are even and add up to the total of 46212).
There is something that you have not provided in your problem description.
Please provide more details.
 
Upvote 0
What is the formula supposed to do? Where would you use it?
Using your example if 46212 is divided by 50 = 924 remainder of 12. So I could have 49 entries at 924, and 1 entry 936 (all values are even and add up to the total of 46212).
There is something that you have not provided in your problem description.
Please provide more details.
I need to break the 46212 down 50 times like this.
But if my TOTAL Changes 46212 then I want ever one of the 50 cells to change to match the percentage of the NEW total.
So that is where the challenge lies coming up with a percentage based on the total 46212 for each of the 50 cells :)

11500111004
21​
9083184041784
214001299222
900​
3283642776
313201398423
896​
3382843772
412841497224
888​
3482444768
512521596425
880​
3581645764
611201695626
872​
3681246760
710881794427
864​
3780447756
810641893628
860​
3880048752
910401992829
852​
3979249748
1010162092030
844​
4078850744
46212Total
 
Upvote 0
So, what about giving us an example where the 46212 has changed and explain how you got those results (or at a few of them) manually? XL2BB would be best.

Also, what exactly do you mean by this?
each of the 50 places must be divisible evenly.
 
Upvote 0
So, what about giving us an example where the 46212 has changed and explain how you got those results (or at a few of them) manually? XL2BB would be best.

Also, what exactly do you mean by this?
OK I tried to keep it simple but it seems I must go Deep.
I run a Bowling League these are Payouts for a 50 Team League. We sometimes have 50 Teams sometimes we have 32 Teams. Each Team comprises of 4 Players. So thus the Divisible by 4. I built this Breakdown years ago & do not want to keep figuring it out by hand as I already have a breakdown so I want to create % that can easily change if the total number of teams changes which in turn changes the total money amounts :)

Here is the pay scale in its TRUE for as I designed it Manually many many years ago :)

I was just trying to make a percentage formula instead of using my manual scale every time & simple deleting team number manually :)

Winter Season PT scale for PF.jpg
 
Upvote 0
That information is extremely helpful.
Are your award amounts per player (or per team) fixed at the top levels (i.e. $1500/team or $375/player)? Is your starting point always $1500. Or is this a function of the award funds you have available to disperse?

I guess my question is how do you "manually" go about creating the award amounts?
 
Upvote 0
That information is extremely helpful.
Are your award amounts per player (or per team) fixed at the top levels (i.e. $1500/team or $375/player)? Is your starting point always $1500. Or is this a function of the award funds you have available to disperse?

I guess my question is how do you "manually" go about creating the award amounts?
I have been running my League since 2001 and have had different scales I have messed with over the years & this one is the best one that everyone loves & is very sustainable every year. 1st place TEAM get $1500 so $375 for each of the 4 Players & the scale goes down per place from there.

I am responsible for distributing all the funds me and my officers so we need to know what it is divisible by 4. Years ago we used to give change but that was not efficient so I always round up to eliminate the change & thus the scale I built years ago was developed.

The pandemic derailed my teams since then as I was at 40 solid now we are at 32 but growing as the pandemic is over so things will change in regards to numbers so I wanted some percentage formulas so I can easily run a trigger that can easily give me the number of teams & the payouts without having to do it manually each time deleting position etc.

I have some elaborate formula trigger if true that will give me the result I want or us leave a blank or - in its place like this

1690926927118.png
 
Upvote 0
This solution was actually on MrExcel a while back. It is a weighted distribution calculation. Here is what the numbers produced for your example of
50 teams and a Pot of 46212.

Book1
ABC
1Number of teams50
2Pot Total46212
3Wt Total1275
4
5Team NameTeam Award WeightAward Amount
6Team 1501812
7Team 2491776
8Team 3481740
9Team 4471704
10Team 5461667
11Team 6451631
12Team 7441595
13Team 8431559
14Team 9421522
15Team 10411486
16Team 11401450
17Team 12391414
18Team 13381377
19Team 14371341
20Team 15361305
21Team 16351269
22Team 17341232
23Team 18331196
24Team 19321160
25Team 20311124
26Team 21301087
27Team 22291051
28Team 23281015
29Team 2427979
30Team 2526942
31Team 2625906
32Team 2724870
33Team 2823834
34Team 2922797
35Team 3021761
36Team 3120725
37Team 3219689
38Team 3318652
39Team 3417616
40Team 3516580
41Team 3615544
42Team 3714507
43Team 3813471
44Team 3912435
45Team 4011399
46Team 4110362
47Team 429326
48Team 438290
49Team 447254
50Team 456217
51Team 465181
52Team 474145
53Team 483109
54Team 49272
55Team 50136
56Totals127546212
Sheet1
Cell Formulas
RangeFormula
B1B1=50
B3B3=SUM(B6:B55)
C6:C55C6=ROUND((B6*$B$2)/$B$3,0)
B7:B55B7=B6-1
B56:C56B56=SUM(B6:B55)
 
Upvote 0
Solution

Forum statistics

Threads
1,215,102
Messages
6,123,099
Members
449,096
Latest member
provoking

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