Hi,
I am using the following array formula to retrieve data from a Table on a sheet.
{=IFERROR(INDEX(MasterTable!$C$2:$C$564,SMALL(IF(MasterTable!$A$2:$A$564=$BR$2,ROW(MasterTable!$A$2:$A$564)-1),ROW(MasterTable!1:2))),"")}
$BR$2 contains the matching criteria. The formula works absolutely...