Hi everyone,
I am using the following formula to rank within different categories in Column A (MSMI is one of four). This works great except when there is a tie it shows duplicate ranks. Is there anyway to add a tie-breaker to this formula?
Any help is appreciated.
John
I am using the following formula to rank within different categories in Column A (MSMI is one of four). This works great except when there is a tie it shows duplicate ranks. Is there anyway to add a tie-breaker to this formula?
Code:
=IF(A4="MSMI",SUMPRODUCT((A$4:A$75="MSMI")*(I$4:I$75>I4)/COUNTIFS(A$4:A$75,A$4:A$75&"",I$4:I$75,I$4:I$75&""))+1,"")
Any help is appreciated.
John