Hi,
Please see image.I am using the formula below to find matches for column A in Column B and returning column C in column D.
For row 35 I expecting no matches but for some strange reason the formula is bringing France as a match.
=IFERROR(INDEX($C$1:$C$2736,MATCH(1,--NOT(NOT(SEARCH($B$1:$B$2736,A1))),0)),”Not Found”)
Please advise,
Many thanks