Hi
Why use Rank+Countif?
Not fair count 1 to 10
Rank should be like this 1,1,1,1,4,4,4,4,4,4,10
For top 10
AP10
Formula:
=IFERROR(INDEX($C$10:$C$26,MATCH(1,INDEX(($L$10:$L$26=LARGE($L$10:$L$26,ROWS(AP$9:AP9)))*(COUNTIF(AP$9:AP9,$C$10:$C$26)=0),),0)),"")
copy down to row 10.
AQ10
Formula:
=IFERROR(LARGE($L$10:$L$26,ROWS($1:1)),"")
copy down row 10
AO10
Formula:
=IFERROR(RANK(AQ10,AQ$10:AQ$19,0),"")
copy down row 10.
Did same to
DHU Score,
Attendance,
Compliance,
Issues,
Turnover,
Fran Free.
See the file!
Regard
Bookmarks