I'm trying to check if a cell contains some words included in another cell, if yes it should say "Valid". For example, if cell A2 is Jon Doe Street and cell B2 is 230 Jon Doe it should say "valid" I'm using this formula =IF(ISNUMBER(SEARCH($B2,C2)),"Valid","") but it only works for some rows. This is a sample you can check