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 the same results What Am I missing here.
For clarification the "GMSL" spreadsheet contain data about locations for a global company (Location ID, name, address, etc.) A4 in the formula reference the location ID, while GMSL colum H is a yes / no field, and GMSL colum W has the data I want to find if there is a match on the Location ID and Yes.
Thanks in advance for the help and please don't beat me up too badly for incorrect coding (I'm not a programmer).
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 the same results What Am I missing here.
For clarification the "GMSL" spreadsheet contain data about locations for a global company (Location ID, name, address, etc.) A4 in the formula reference the location ID, while GMSL colum H is a yes / no field, and GMSL colum W has the data I want to find if there is a match on the Location ID and Yes.
Thanks in advance for the help and please don't beat me up too badly for incorrect coding (I'm not a programmer).