I am using a formula to look up the highest number in column B, and then an INDEXMATCH to look at the names in column A
and then
etc
On this, I am doing an INDEX MATCH to look at the associated name in column A
However, if 2 people, have say 27 in column B, the INDEX-MATCH, is only bringing up the first instance, so if in A1 we had Peter, and B1 27, and in A2 we had Lola, and in B2 was also 27, its not then ignoring the first instance, and bringing up the second instance on the next line
How do I go about the INDEX MATCH always bypassing any previous matches please?
Excel Formula:
So =LARGE(B2:B100,1)
Excel Formula:
=LARGE(B2:B100,2)
On this, I am doing an INDEX MATCH to look at the associated name in column A
However, if 2 people, have say 27 in column B, the INDEX-MATCH, is only bringing up the first instance, so if in A1 we had Peter, and B1 27, and in A2 we had Lola, and in B2 was also 27, its not then ignoring the first instance, and bringing up the second instance on the next line
How do I go about the INDEX MATCH always bypassing any previous matches please?