I'm trying this formula to look at cells for a text word. It works fine as long as the word is found in the first cell in the array, but not in the remaining cells. What am I doing wrong?
AMAS
Code:
=IF(ISERROR(FIND($QE$4,$AP5:$AW5)),"",$QE$4)
AMAS