Calculate Normal Distribution Probability

Grunter31

Board Regular
Joined
Mar 11, 2017
Messages
53
Office Version
  1. 365
Platform
  1. Windows
First of I'm not sure if this is the place for such a question

I have a set of 8 Players (could be any number from 2 players to 8 players in the group) I would like an excel formula to workout the percentage chance of each player to score the most points.

I have managed to workout on Excel how to do a Player Head to Head Match up. But for the life of me I can't workout how to do a Group of 3,4,5,6,7,or 8 or More Players.

As you can see the First example is just the numbers the 2nd example is the formulas I have used to get those numbers.

Player AvsPlayer B
Prediction29.5927.64
StDev8.828.53
Mean1.95
Variance151
Z score0.16
Probability56%44%

<tbody>
</tbody>



Player AvsPlayer B
Prediction29.5927.64
StDev=SQRT(B10*2.63)=SQRT(D10*2.63)
Mean=B10-D10
Variance=B11^2+D11^2
Z score=B12/SQRT(B13)
Probability=NORMSDIST(B14)=1-B15

<tbody>
</tbody>
 

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
If anyone could point me in the right direction to get this solved would be brillant.
 
Upvote 0

Forum statistics

Threads
1,213,551
Messages
6,114,268
Members
448,558
Latest member
aivin

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