Clear B5:C9.
In B5, enter the formula
=INDEX(SORT(B13:C207, 2), SEQUENCE(5), SEQUENCE(, 2))
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I'm trying to rank order entries using INDEX MATCH, and it's working, but when there are duplicate values, it only returns the first entry (see attached image).
Here are the formulas I used:
C5: =LARGE(C13:C207,A5:A9)
B5: =INDEX(B13:B207,MATCH($C5,C13:C207,0))
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Clear B5:C9.
In B5, enter the formula
=INDEX(SORT(B13:C207, 2), SEQUENCE(5), SEQUENCE(, 2))
What is the formula in B5? Exactly the one that I posted?
Please clear C5:C9.