Solution: Use the IFERROR function to handle the error:
Code: Select all
=IF(IFERROR(VLOOKUP(A276,GRUG_List_v1_2025!$A$2:$A$363,1,FALSE), "")=A276, "Yes", "")
Code: Select all
=IF(IFERROR(VLOOKUP(A276,GRUG_List_v1_2025!$A$2:$A$363,1,FALSE), "")=A276, "Yes", "")