Hi all, first post so sorry if I get anything wrong:
I'm using the following formula (as an array) to return a name based on a score given the criteria that the name falls into a particular category.
=INDEX('Student Overview'!$J$3:$J$744,MATCH(1,("Year 7"='Student Overview'!$F$3:$F$744)*(Analysis!K19='Student Overview'!$I$3:$I$744),0))
Analysis!K19 is the following formula (also as an array):
=LARGE(IF('Student Overview'!$F$3:$F$744="Year 7",'Student Overview'!$I$3:$I$744),1)
'Student Overview'!$F$3:$F$744 is the list of categories
'Student Overview'!$I$3:$I$744 is the list of scores
'Student Overview'!$J$3:$J$744 is the list of names
The large formula is returning 2 values which are the same. When I run the index formula, this only returns the first match for these values so I can't see the name for the second tied score.
Any help much appreciated.
Bookmarks