Hi,
I have an excel document that contains 2 sheets. I want to look in the first sheet, in column A if the cells contain words from the list in column A of the second sheet. I do not want to find exact cells, but know which cells contain one or more words (in column A of sheet 2) in the texts.
I tried
=IF(ISERROR(SEARCH("*exempleword*";A2));"No";"Yes") - It works great, but now i want to replace ''*exempleword*" by something like "Sheet2!A" but the answer is always No... Can someone help?
I have an excel document that contains 2 sheets. I want to look in the first sheet, in column A if the cells contain words from the list in column A of the second sheet. I do not want to find exact cells, but know which cells contain one or more words (in column A of sheet 2) in the texts.
I tried
=IF(ISERROR(SEARCH("*exempleword*";A2));"No";"Yes") - It works great, but now i want to replace ''*exempleword*" by something like "Sheet2!A" but the answer is always No... Can someone help?