2014 World Cup Soccer multi-bet combinations

willir05

New Member
Joined
Jan 15, 2014
Messages
1
Hi

I'm trying to see what would be the best way of determining the possible combinations for picking the winner of each group (groups A to H) in the upcoming soccer world cup.

There are a total of 4^8 = 65,536 combinations if you don't exclude any team, but if you limit it to say 2 selections per group, then the total number of combinations are 2^8 = 256 (a bit more reasonable to deal with).

Is there a way to show all the possible combinations in excel?

The groups are as follows:
GroupTeamOdds
ABrazil $ 1.22
Mexico $ 9.00
Croatia $ 9.00
Cameroon $ 21.00
BSpain $ 1.83
Holland $ 3.10
Chile $ 6.00
Australia $ 34.00
CColombia $ 1.72
Ivory Coast $ 5.00
Japan $ 6.00
Greece $ 7.00
DItaly $ 2.75
Uruguay $ 2.88
England $ 3.10
Costa Rica $ 34.00
EFrance $ 1.83
Switzerland $ 3.50
Ecuador $ 5.00
Honduras $ 21.00
FArgentina $ 1.22
Bosnia-Herzegovina $ 8.00
Nigeria $ 10.00
Iran $ 34.00
GGermany $ 1.53
Portugal $ 3.75
USA $ 12.00
Ghana $ 13.00
HBelgium $ 1.67
Russia $ 3.20
South Korea $ 9.00
Algeria $ 23.00

<colgroup><col><col><col></colgroup><tbody>
</tbody>


If you selected every team as a possible winner:

Select Potential Winners
1st Pick2nd Pick3rd Pick4th PickCombination 1
ABrazilMexicoCroatiaCameroonBrazil
BSpainHollandChileAustraliaSpain
CColombiaIvory CoastJapanGreeceColombia
DItalyUruguayEnglandCosta RicaItaly
EFranceSwitzerlandEcuadorHondurasFrance
FArgentinaBosnia-HerzegovinaNigeriaIranArgentina
GGermanyPortugalUSAGhanaGermany
HBelgiumRussiaSouth KoreaAlgeriaBelgium
Number of combinations65536Multibet Odds $ 60.24

<colgroup><col><col span="4"><col span="3"></colgroup><tbody>
</tbody>


But if you selected the following teams there are only 12 combinations:

Select Potential Winners
1st Pick2nd Pick3rd Pick4th Pick
ABrazil
BSpainHolland
CColombia
DItalyUruguayEngland
EFrance
FArgentina
GGermanyPortugal
HBelgium
Number of combinations12

<colgroup><col><col span="4"></colgroup><tbody>
</tbody>
 

Excel Facts

Links? Where??
If Excel says you have links but you can't find them, go to Formulas, Name Manager. Look for old links to dead workbooks & delete.
Hi Willir05,

If you put in A1:
=DEC2BIN(ROW()-1;8)
Then in B1:
=VALUE(MID($A1;COLUMN()-1;1))
Then copy-paste that B1 formula to C1:I1
Next, copy down the whole line to row 256 and there you have all your options :). The only thing left is fill in the odds/names. This means that the first row (00000000) represents 8 poules, in each poule your first chosen team (who is "named" zero) wins and your second chosen team in that poule will end second. The second row has only one difference: in poule 8, your winner is the second team you picked ("named" one).

Hope that helps,

Koen
 
Upvote 0

Forum statistics

Threads
1,215,081
Messages
6,123,016
Members
449,093
Latest member
ikke

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