H Hunter Childress Member Nov 14, 2023 #1 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
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!
p45cal Well-Known Member Nov 15, 2023 #2 in cell F4: Code: =TEXTJOIN(CHAR(10),TRUE,FILTER($A$4:$A$8,ISNUMBER(SEARCH(E4,$B$4:$B$8)),"")) Copy down.
in cell F4: Code: =TEXTJOIN(CHAR(10),TRUE,FILTER($A$4:$A$8,ISNUMBER(SEARCH(E4,$B$4:$B$8)),"")) Copy down.
H Hunter Childress Member Nov 15, 2023 #3 This was perfect. Thank you! I was able to apply bits of this logic to other formulas so I appreciate the help!
This was perfect. Thank you! I was able to apply bits of this logic to other formulas so I appreciate the help!