World Cup 2014 - Bet checker formula (1X2)

quakerzoom

New Member
Joined
Jun 13, 2014
Messages
1
Hi guys!

I have two columns with values. The first column contains personal bets in a standard 1x2 system for betting. The second column contains results of the games. The third column contains points awarded for correct betting.

Betting Game Result Points awarded
1x 1 2
X 2 0
1x2 x 1
2 1 0
1 1 3
X 2 0
12 2 2
1x12
x20
1x2x1
210
113
x20
1222

<tbody>
</tbody>


What i want to do is to check column 1 against column 2, and award points in column 3.

If there's a valuematch in column 1 when it only contains one value (1, x or 2), it should give 3 points in column 3, otherwise 0.
If there's a valuematch in column 1 when it contains two values (1x, x2 or 12) if should give 2 points in column 3, otherwise 0.
If there's a value called 1X2 in column 1, it should give 1 point in column 3.

I have 40 result sheets to correct with 48 games in each. :) So in total 1920 checks.
 

Excel Facts

What is the shortcut key for Format Selection?
Ctrl+1 (the number one) will open the Format dialog for whatever is selected.

Forum statistics

Threads
1,214,983
Messages
6,122,591
Members
449,089
Latest member
Motoracer88

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