Hello
I have a medal tally with the following table
- The criteria for ranking is
- First anyone with a max number of Gold or anyone with Gold is ranked first
- Then Silver is considered
- then bronze and finally the total number of medals if the previous three are same, or
I am not able to figure out the formula to have multiple conditions to rank.
Thanks
I have a medal tally with the following table
Gold | Silver | Bronze | Total | Rank (Desired Result) |
1 | 1 | 2 | 3 | |
2 | 1 | 3 | 1 | |
2 | 2 | 4 | ||
1 | 2 | 2 | 5 | 2 |
6 | 6 | 5 | ||
6 | 6 | 5 |
- First anyone with a max number of Gold or anyone with Gold is ranked first
- Then Silver is considered
- then bronze and finally the total number of medals if the previous three are same, or
I am not able to figure out the formula to have multiple conditions to rank.
Thanks