Hey there, I came across an issue with my sheet I use to fluidly update team rankings. I have column B in the chart below set to update as results come in and then the sheet sorts and ranks them and displays the name of the team with the highest score listed in first place in column F and so on... My issue is that when two teams have the same score, only one team is listed for both places/rankings. How can I fix that to show both team names? Even if it ranks them first by score and tie scores are then ranked secondarily by alphabet. Is this possible or should I use a different formula altogether? This is the current formula I use for column F: =INDEX(A2:A19,MATCH(SORT(B2:B19,1,-1),B2:B19,0))