Multiple results found in Index/Match formula, but I need the next value

kgowett

New Member
Joined
Jun 3, 2016
Messages
14
I'm trying to rank names based on score. My problem is, I have 6 people with 100% score, & it's returning 6 rows of the same person's name & none of the others who scored 100%.

How can I make it get the next person on the list from range O7:P18 ?

I'm assuming some sort of IF or OFFSET, but I'm not finding the resolution I need.



I've researched many posts and have learned that Index/Match is best suited for the task, so the formulas I have are:

My lists are Names in column O Scores in column P

H28(Returns Name) =INDEX(O7:O18,MATCH(I28,P7:P18,0),1) I28(Returns Score) =LARGE(P7:P18,1)

The list continues down, adjusting LARGE for 1, 2, 3... so on down to 12 from my list.


I've also tried to just change:
=INDEX(O7:O18,MATCH(I28,P7:P18,0),1)
to
=INDEX(O7:O18,MATCH(I28,P7:P18,1),1)
Which pulls the next person with 100%, but it only works on one row & it starts duplicating THAT persons name for the remaining 4 rows.
 

Excel Facts

VLOOKUP to Left?
Use =VLOOKUP(A2,CHOOSE({1,2},$Z$1:$Z$99,$Y$1:$Y$99),2,False) to lookup Y values to left of Z values.

Forum statistics

Threads
1,216,309
Messages
6,130,002
Members
449,552
Latest member
8073662045

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top