Mrrrr
AdMiN
 Inregistrat: acum 18 ani
Postari: 2251
|
|
With use of a helper column for ranking
Helper column, assuming column S is the column for which ranking is made: =IF(S6="";"";IF(COUNTIF(S$6:S6;S6)=COUNTIF($S$6:$S$100;S6);COUNTIF($S$6:$S$100;S6)+((1/ROW())/10);""))
The ranked strings from column S are obtained with this formula (dragged until it shows blank cells): =IFERROR(INDEX($S$6:$S$19;MATCH(LARGE($T$6:$T$19;ROWS($1:1));$T$6:$T$19;0));"")
I'm using the helper column inside a table, so while the helper formula must remain the same even inside the table, the formula above could be: =IFERROR(INDEX(Table2[Jud];MATCH(LARGE(Table2[Rnk];ROWS($1:1));Table2[Rnk];0));"")
_______________________________________

|
|