Hi and thanks for your assistance. I need to take the results from the vlookup formula below and use that for my search formula.
=VLOOKUP(Info!H2,DATA,3,FALSE)
combine with
=IF(ISNUMBER(SEARCH(Info!H2,$I4))=TRUE,"PNC REST","")
The Info!H2 would be the result from my vlookup formula. I've had many failed attempts to combine these together. Any help would be appreciated.
=VLOOKUP(Info!H2,DATA,3,FALSE)
combine with
=IF(ISNUMBER(SEARCH(Info!H2,$I4))=TRUE,"PNC REST","")
The Info!H2 would be the result from my vlookup formula. I've had many failed attempts to combine these together. Any help would be appreciated.