Hi, I have had a search through previous posts and none come out with what i need for this one.
I need to rank some items based off what Area it is in (Column A) and its relevant score (Column H), I need to rank the top 5 items by each area. I can get the base ranking fine but the problem is there are hundreds of rows for each area so lots of Items have the same score. I need to have the ranking unique, this is the formula I have as it stands, what do i need to add to this to make them unique? Thanks in advance
=COUNTIFS($A$2:$A$11261,A2,$H$2:$H$11261,">"&H2)+1
I need to rank some items based off what Area it is in (Column A) and its relevant score (Column H), I need to rank the top 5 items by each area. I can get the base ranking fine but the problem is there are hundreds of rows for each area so lots of Items have the same score. I need to have the ranking unique, this is the formula I have as it stands, what do i need to add to this to make them unique? Thanks in advance
=COUNTIFS($A$2:$A$11261,A2,$H$2:$H$11261,">"&H2)+1