Trying to use EXCEL to Figure out Mathematical calculations

RudeBoy

Active Member
Joined
Feb 2, 2003
Messages
376
I am trying to set up a formula using maybe the MOD feature in excel to show break downs for pay-out spots (Golf Tournament) for this example 1st thru 7th position.


Total amount of money is $4,680

Finishing
1st
2nd
3rd
4th
5th
6th
7th

Percentage Used by place %
11
10
9
8
7.5
6.5
6

Results by place
$514
$468
$421
$374
$351
$304
$280

HOW CAN I SET THIS UP IN EXCEL USING the MOD feature or another formula item?

Thank for your Help - Take Care
 
Last edited:

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney
Try


A
B
C
1
Total​
4680​
2
3
Place​
%​
Result​
4
1st​
11​
514,8​
5
2nd​
10​
468,0​
6
3rd​
9​
421,2​
7
4th​
8​
374,4​
8
5th​
8​
351,0​
9
6th​
7​
304,2​
10
7th​
6​
280,8​

Formula in C4 copied down
=C$1*B4/100

M.
 
Upvote 0
How can I make sure the number and even with no change? But still adds up correctly? Thank for your help

$514.80 11
$468.00 10
$421.20 9
$374.40 8
$351.00 7.5
$304.20 6.5
$280.80 6
 
Upvote 0
How can I make sure the number and even with no change? But still adds up correctly? Thank for your help

$514.80 11
$468.00 10
$421.20 9
$374.40 8
$351.00 7.5
$304.20 6.5
$280.80 6

Don't understand what you're trying to do :confused:

M.
 
Upvote 0
How can I make sure the number and even with no change? But still adds up correctly? Thank for your help

$514.80 11
$468.00 10
$421.20 9
$374.40 8
$351.00 7.5
$304.20 6.5
$280.80 6

I understand what you want, but your 7 places don't total out to 100%, so you really can't check to make sure that the total is right. You could use the Round function and specify zero places to just have a whole number, like $515. Then you could also SUM up those totals and compare it to your total payout to make sure it doesn't exceed that number, if it does you would then need to adjust something by hand.

Just surround Marcelo's formula with Round(formula here,0) to get whole numbers.

Not sure if that will work for you but might get you closer.
 
Upvote 0
This is how it looks for 18 spots for full amount:
514
468
421
374
351
304
280
257
234
210
200
188
176
164
152
140
130
117
Total $4,680

Percentages are:
11
10
9
8
7.5
6.5
6
5.5
5
4.5
4.25
4
3.75
3.5
3.25
3
2.75
2.5
-------
100 %

Trying to get those break-down results with excel formula(s)
So need to get rid or Cents .80 cents, .20 cents etc etc Thanks for your help.
$514.80
$468.00
$421.20
$374.40
$351.00
$304.20
$280.80
 
Upvote 0
Maybe...


A
B
C
1
Total​
4680​
2
3
Place​
%​
Result​
4
1​
11​
515​
5
2​
10​
468​
6
3​
9​
421​
7
4​
8​
374​
8
5​
7,5​
351​
9
6​
6,5​
304​
10
7​
6​
281​
11
8​
5,5​
257​
12
9​
5​
234​
13
10​
4,5​
211​
14
11​
4,25​
199​
15
12​
4​
187​
16
13​
3,75​
176​
17
14​
3,5​
164​
18
15​
3,25​
152​
19
16​
3​
140​
20
17​
2,75​
129​
21
18​
2,5​
117​
22
23
Total​
100,00​
4680​

<tbody>
</tbody>


Formula in C4 copied down
=ROUND(C$1*B4/100,0)

M.
 
Upvote 0
Another way:

A​
B​
C​
D​
1​
Total
2​
$ 4,680.00​
3​
Place
%
Prize
4​
1​
11.00%​
$ 515.00​
C4: =ROUND(B4 / (1 - SUM(B$3:B3)) * ($C$2 - SUM(C$3:C3)), 0)
5​
2​
10.00%​
$ 468.00​
6​
3​
9.00%​
$ 421.00​
7​
4​
8.00%​
$ 374.00​
8​
5​
7.50%​
$ 351.00​
9​
6​
6.50%​
$ 304.00​
10​
7​
6.00%​
$ 281.00​
11​
8​
5.50%​
$ 257.00​
12​
9​
5.00%​
$ 234.00​
13​
10​
4.50%​
$ 211.00​
14​
10​
4.25%​
$ 199.00​
15​
10​
4.00%​
$ 187.00​
16​
10​
3.75%​
$ 176.00​
17​
10​
3.50%​
$ 164.00​
18​
10​
3.25%​
$ 152.00​
19​
10​
3.00%​
$ 140.00​
20​
10​
2.75%​
$ 129.00​
21​
10​
2.50%​
$ 117.00​
22​
Total
100.00%​
$ 4,680.00​

Marcelo, I think it's just happystance that your prizes total to the correct number and aren't off by a dollar or two.
 
Last edited:
Upvote 0
Marcelo, I think it's just happystance that your prizes total to the correct number and aren't off by a dollar or two.

You're absolutely right! I know that just by chance my formula worked. I was waiting for some comment...

As a workaround, I would change only the formula in the last row, C21, for
C1 - SUM(C4:C20)
In your example would be
C2 - SUM(C4:C20)

By the way, your formula is more robust.

M.
 
Upvote 0

Forum statistics

Threads
1,214,782
Messages
6,121,532
Members
449,037
Latest member
tmmotairi

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