How do I find a word contained in a cell that matches a word in a list in a separate sheet?
I am using this formula now but it is getting too long.
=IFERROR(LOOKUP(1E+100,SEARCH({"Ink";"Toner";"Candy";"Drum";"Micr";"TNR";"WASTE";"Ribbon";"PRINT CTG";"Staple"},C2),{"Ink";"Toner";"Candy";"Drum";"Micr";"Toner";"WASTE";"Ribbon";"PRINT CTG";"Staple"}),""))
I would like to have a list of words in Sheet2 and have the formula in Sheet1 look for a match found in sheet2.
Matt
I am using this formula now but it is getting too long.
=IFERROR(LOOKUP(1E+100,SEARCH({"Ink";"Toner";"Candy";"Drum";"Micr";"TNR";"WASTE";"Ribbon";"PRINT CTG";"Staple"},C2),{"Ink";"Toner";"Candy";"Drum";"Micr";"Toner";"WASTE";"Ribbon";"PRINT CTG";"Staple"}),""))
I would like to have a list of words in Sheet2 and have the formula in Sheet1 look for a match found in sheet2.
Matt