Formula When Teams have equal Points
-
I’m trying to create a formula for Column for teams that have equal points.
So let’s say if we have 3 teams with 20Pts. Usually after points it compares goalsfor and goalsagainst and goals difference like below
# Team P W D L F A GD PTS
1 WordPress 8 6 0 2 22 5 17 18
2 SportsPress 8 5 3 0 16 4 12 18
3 bbPress 8 5 3 0 7 1 6 18However our formula is different. If we have 3 teams with equal points the column should first search if those teams have played against each other and the winner will be on top of the other for example:
SportsPress x WordPress = SportsPress
Wordpress x bbPress = bbPress
bbPress x SportPress = SportPressThe Column should be as below:
# Team P W D L F A GD PTS
1 SportsPress 8 5 3 0 16 4 12 18
2 bbPress 8 5 3 0 7 1 6 18
3 WordPress 8 6 0 2 22 5 17 18I tried multiple formulas in configuration section but none has worked. Kindly suggest a solution, thank you!
- The topic ‘Formula When Teams have equal Points’ is closed to new replies.