Hi,
I have the following formula
=IFERROR(INDEX(Data!$D$2:$D$100, SMALL(IF($A$2=Data!$C$2:$C$50, ROW(Data!$C$2:$C$50)-ROW($A$2)+1), ROW(1:1))),"" )
Which indexes the D column in Data tab and then performs a Small Array on the C column of Data which then displays the corresponding data from...