I have a spreadsheet that tracks historical NCAA tournament data using Kenpom stats. I had a formula that got messed up somehow which was ranking the teams by their "seed rank". Meaning all of the #1 seeds each year would be ranked 1-4, and so on down the list 1-16.
So this year, UConn is the #1 ranked 1 seed, Houston would be #2, etc. What happened in my formula that got it messed up?
Column A is the year
Column B is the Seed # (1-16)
Column C is the overall ranking
Data goes from A2:A1470
=COUNTIFS('All Teams'!$A:$A,'All Teams'!$A2,'All Teams'!$B:$B,'All Teams'!$B2,'All Teams'!$C:$C,">"&'All Teams'!$C2)+COUNTIFS('All Teams'!$A$2:'All Teams'!$A2,'All Teams'!$A2,'All Teams'!$B$2:'All Teams'!$B2,'All Teams'!$B2,'All Teams'!$C$2:'All Teams'!$C2,'All Teams'!$C2)
So this year, UConn is the #1 ranked 1 seed, Houston would be #2, etc. What happened in my formula that got it messed up?
Column A is the year
Column B is the Seed # (1-16)
Column C is the overall ranking
Data goes from A2:A1470
=COUNTIFS('All Teams'!$A:$A,'All Teams'!$A2,'All Teams'!$B:$B,'All Teams'!$B2,'All Teams'!$C:$C,">"&'All Teams'!$C2)+COUNTIFS('All Teams'!$A$2:'All Teams'!$A2,'All Teams'!$A2,'All Teams'!$B$2:'All Teams'!$B2,'All Teams'!$B2,'All Teams'!$C$2:'All Teams'!$C2,'All Teams'!$C2)