Forum Discussion

Anıl Adaş's avatar
Anıl Adaş
Brass Contributor
Oct 18, 2018
Solved

Find the words automatically please help!!

Hi,   I have words in the excel sheet attached and I need to find the rows including these words in a different excel sheet.    At the pictures below, I chose a random word(BARSAN). For example, ...
  • SergeiBaklan's avatar
    SergeiBaklan
    Oct 18, 2018

    Anil, when it'll be

    =IFNA(INDEX(Sheet2!$A$1:$A$10,MATCH(1,INDEX(SEARCH(A1,Sheet2!$A$1:$A$10),0,0),0)),"")

    (regular formula)