Hello! I have a challenge for you geniuses.
I am trying to sort my column with an INDEX-MATCH formula. The Formula is pretty standard:
INDEX(Formulas!$AL$9:$AL$196,MATCH(Standings!C7,Formulas!$C$9:$C$196,0),1)
The INDEX-MATCH is pulling results of another formula from another sheet. That formula is:
IF(ISNUMBER(AK9),COUNTIFS($AJ$9:$AJ$18,">"&AJ9,AK$9:AK$18,"<>Not Qualified")+1+COUNTIFS(AJ$9:AJ$18,AJ9,AK$9:AK$18,"<>Not Qualified",G$9:G$18,">"&G9),"Not Qualified")
The result is either a rank of a a specific group of cell in my column or a text that states Not Qualified.
I am wanting to sort my ranking column (G) by these groups: G7:G16, G17:G56, G57:G110, and G111:G194.
Currently I am doing a custom sort on column G by values. Interestingly al the columns except for the ranking column sort correctly.
Any thoughts and assistance are welcome.
I am trying to sort my column with an INDEX-MATCH formula. The Formula is pretty standard:
INDEX(Formulas!$AL$9:$AL$196,MATCH(Standings!C7,Formulas!$C$9:$C$196,0),1)
The INDEX-MATCH is pulling results of another formula from another sheet. That formula is:
IF(ISNUMBER(AK9),COUNTIFS($AJ$9:$AJ$18,">"&AJ9,AK$9:AK$18,"<>Not Qualified")+1+COUNTIFS(AJ$9:AJ$18,AJ9,AK$9:AK$18,"<>Not Qualified",G$9:G$18,">"&G9),"Not Qualified")
The result is either a rank of a a specific group of cell in my column or a text that states Not Qualified.
I am wanting to sort my ranking column (G) by these groups: G7:G16, G17:G56, G57:G110, and G111:G194.
Currently I am doing a custom sort on column G by values. Interestingly al the columns except for the ranking column sort correctly.
Any thoughts and assistance are welcome.