need formula that will index/match based on if specific text exists in cell
text can be upper or lower case
if text "abcd*fr*" is not in cell (sheet1 H2) then return empty cell
if text "abcd*fr*" is in cell (sheet1 H2) then
match sheet1 G2 to sheet2 E2:E17
return value from sheet2 D
text can be upper or lower case
if text "abcd*fr*" is not in cell (sheet1 H2) then return empty cell
if text "abcd*fr*" is in cell (sheet1 H2) then
match sheet1 G2 to sheet2 E2:E17
return value from sheet2 D
Last edited: