I am trying to search two columns of values (column I and J) where both appear at the same time in the same string/cell in column H. Let' say value (I11) and (J11) appear at the same time in column H cell (H11), and if yes/true, provides the H11 value in column W cell (W11). I have tried several formulas and cannot figure it out. For example:
.
Code:
=IF(OR(ISNUMBER(SEARCH("*I11*",`CBS SHEET1'!F:F)),ISNUMBER(SEARCH("*J11*",`CBS SHEET1'!F:F))),"1","-")