Hi. I am trying to rank a range of cells base on certain criteria:
Criteria 1 - No ties using column G as the tie breaker.
Criteria 2 - Do not rank the columns that state "Not Qualified"
Here is my current formula:
RANK(AJ9,AJ$9:AJ$18)+SUMPRODUCT(--($AJ$9:$AJ$18=AJ9),--($G$9:$G$18>G9))
G AJ AK AL
149854.93 34 34 3
349614.25 35 Not Qualified 2
139012.59 36 36 1
Any thoughts on how to rank column AL based on point values in AJ1:AJ3 and continuing to use Column G as a tie breaker while not including value AK2 would be much appreciated.
Criteria 1 - No ties using column G as the tie breaker.
Criteria 2 - Do not rank the columns that state "Not Qualified"
Here is my current formula:
RANK(AJ9,AJ$9:AJ$18)+SUMPRODUCT(--($AJ$9:$AJ$18=AJ9),--($G$9:$G$18>G9))
G AJ AK AL
149854.93 34 34 3
349614.25 35 Not Qualified 2
139012.59 36 36 1
Any thoughts on how to rank column AL based on point values in AJ1:AJ3 and continuing to use Column G as a tie breaker while not including value AK2 would be much appreciated.