J
Jack Morn
Lets say i have some rankings like this
Name | Points | Country | Points2
AAA | 100 | ZZZZ | 100
BBB | 90 | ZZZZ | 90
CCC | 80 | XXXX | 80
DDD | 70 | KKKK | 70
EEE | 60 | ZZZZ | 50
FFF | 50 | XXXX | 40
GGG | 40 | YYYY |
I want to create the fourth column (Points2) similar to Column 2
(points) but with the exception that it can only have 2 from each
country in the list.
In the example, Team EEE will not appear in Points2 since it is the
third team from that country.
I have tried with numerous If() functions variation with in addition to
Countif but can't seem to make it work.
Name | Points | Country | Points2
AAA | 100 | ZZZZ | 100
BBB | 90 | ZZZZ | 90
CCC | 80 | XXXX | 80
DDD | 70 | KKKK | 70
EEE | 60 | ZZZZ | 50
FFF | 50 | XXXX | 40
GGG | 40 | YYYY |
I want to create the fourth column (Points2) similar to Column 2
(points) but with the exception that it can only have 2 from each
country in the list.
In the example, Team EEE will not appear in Points2 since it is the
third team from that country.
I have tried with numerous If() functions variation with in addition to
Countif but can't seem to make it work.