Check if Cell value exists in Column, and then get the value of the NEXT Cell January 20, 2023 by Tarik Use a different function, like VLOOKUP: =IF(ISERROR(MATCH(A1,B:B, 0)), "No Match", VLOOKUP(A1,B:C,2,FALSE))