Forum Discussion

Anıl Adaş's avatar
Anıl Adaş
Brass Contributor
Jul 10, 2018
Solved

Find words automatically in an Excel sheet

I have an excel sheet including many words.   Is it possible to see automotically these words including or not in a different excel file.   For example, The words in Sheet 1 are marked automatica...
  • Haytham Amairah's avatar
    Haytham Amairah
    Jul 11, 2018

    Hi,

     

    You can do this by modifying the formula this way:

    =AND(ISNUMBER(MATCH("*"&A1&"*",Sheet1!$A:$A,0)),NOT(ISBLANK(A1)))

    So that it will match the word in sheet 2 with the word in sheet 1 even if the word in sheet 2 is included inside any cell of column A in sheet 1.

Resources