Hello All -
The following formula works but it does not work perfectly:
INDEX(GMSL!$W$2:$W$5000,MATCH(A4,IF(GMSL!$H$2:$H$5000="Y",GMSL!$A$2:$A$5000,"Blank"),0))
However, instead of returning "Blank" if the data row is null or not a match, it returns 0. Even if I remove "Blank" is still get...