A
Adam
Using the following array formula I am identifying the top five largest
points scores with specific criteria
=LARGE(IF(Scores!$F$8:Scores!$F$131="Boy",IF(Scores!$D$8:Scores!$D$131=2,Scores!$Q$8:Scores!$Q$131)),3)
In the next column I have a VLOOKUP to fiind the participants names.
Where I have two participants with the same score, one name shows up twice
for position 3 and 4.
I have lots of other columns which I can use to split the participants and
have tried
=LARGE(IF(Scores!$F$8:Scores!$F$131="Boy",IF(Scores!$D$8:Scores!$D$131=2,IF(D10=D11,Scores!$X$8:Scores!$X$131,1))),"
") where D10 and D11 are the same scores but to no avail.
Any help would be greatly appreciated.
Thanks. Adam
points scores with specific criteria
=LARGE(IF(Scores!$F$8:Scores!$F$131="Boy",IF(Scores!$D$8:Scores!$D$131=2,Scores!$Q$8:Scores!$Q$131)),3)
In the next column I have a VLOOKUP to fiind the participants names.
Where I have two participants with the same score, one name shows up twice
for position 3 and 4.
I have lots of other columns which I can use to split the participants and
have tried
=LARGE(IF(Scores!$F$8:Scores!$F$131="Boy",IF(Scores!$D$8:Scores!$D$131=2,IF(D10=D11,Scores!$X$8:Scores!$X$131,1))),"
") where D10 and D11 are the same scores but to no avail.
Any help would be greatly appreciated.
Thanks. Adam