• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Help with Lookup formula

Please see the sample data attached.

I am trying to create a formula to lookup which of the example texts does the statement in column E occur based on the data in column A&B.

Thank you for the help!
 

Attachments

  • Sample Data.xlsx
    9.6 KB · Views: 8
in cell F4:
Code:
=TEXTJOIN(CHAR(10),TRUE,FILTER($A$4:$A$8,ISNUMBER(SEARCH(E4,$B$4:$B$8)),""))
Copy down.
 
Back
Top