Search code examples
excelrankingtie

Excel Ranking tie issue


Does any one know how to deal with tie records issue in Excel? I only want to show the record once on first occurrence. If same number is found twice, it will not show as I show above.


Solution

  • To get the results shown you can use this "array formula" in AA2

    =IF(OR(Z2=0,COUNTIF(Z$2:Z2,Z2)>1),"",SUM(IF(FREQUENCY(IF(Z$2:Z$19>Z2,Z$2:Z$19),Z$2:Z$19),1))+1)

    confirm with CTRL+SHIFT+ENTER and copy formula down column

    see sample file