Soccer Ligue

Caribeiro77

Well-known Member
Joined
Sep 24, 2010
Messages
1,261
Hy guys need help on a tricky one, i guess
TEAM 1
21
X
18
TEAM 2
TEAM 3
15
X
21
TEAM 4
TEAM 1
16
X
21
TEAM 3
TEAM 2
21
X
16
TEAM 4
TEAM 4
21
X
16
TEAM 1
TEAM 3
21
X
12
TEAM 2

<tbody>
</tbody>

I now need to rank them, this is what i have so far and is not correct)

TEAM
G
W
L
PTS +
PTS -
DP
PTS
TEAM 3
3
2
1
57
49
8
6
TEAM 4
3
2
1
58
52
6
6
TEAM 1
3
1
2
53
60
-7
3
TEAM 2
3
1
2
51
58
-7
3

<tbody>
</tbody>

the criteria to tiebrakes are

1 - Result in the game times played against each other
2 - Goal avarage
3 - Pts -


In this case the positions should be:

TEAM
J
V
D
PTS +
PTS -
DP
PTS
TEAM 4
3
2
1
57
49
8
6
TEAM 3
3
2
1
58
52
6
6
TEAM 1
3
1
2
53
60
-7
3
TEAM 2
3
1
2
51
58
-7
3

<tbody>
</tbody>

TEAM 4 have to be in 1st place because they have the same points TEAM 3 and they won the game against TEAM 3, the same happen's with TEAM´S 1 and 2, they have the same points but TEAM 1 won the game against TEAM 2
What i need is a formula or VBA to PTS column.

Thanks in advance
 

Excel Facts

What do {} around a formula in the formula bar mean?
{Formula} means the formula was entered using Ctrl+Shift+Enter signifying an old-style array formula.

Forum statistics

Threads
1,215,243
Messages
6,123,837
Members
449,129
Latest member
krishnamadison

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