Hi all - the formula below is returning the set of data I need, but it is sorting the column with player names descending rather than their scores descending - where am I going wrong?
=IFERROR(INDEX(SORT(FILTER(STATS!B5:F1000,(E5:E1000>0)*(STATS!A5:A1000=STATS!B2)),3,-1),SEQUENCE(5),{1,4}),"")
TIA
=IFERROR(INDEX(SORT(FILTER(STATS!B5:F1000,(E5:E1000>0)*(STATS!A5:A1000=STATS!B2)),3,-1),SEQUENCE(5),{1,4}),"")
TIA