Forum Discussion
fjp95
Mar 01, 2021Copper Contributor
Lookup text in cell, find corresponding results & present these results in a single cell
Hi everyone, I have a workbook with two sheets. One sheet (QUESTIONS) contains a table of questions. Each question has a number of 'Recommendations' against it, presented as a list in column F, ...
Detlef_Lewin
Mar 01, 2021Silver Contributor
=TEXTJOIN(CHAR(10),TRUE,IFERROR(INDEX(OWNERS!$B$2:$B$23,MATCH(SUBSTITUTE(FILTERXML("<y><z>"&SUBSTITUTE(SUBSTITUTE(F4,"&","#"),";"&CHAR(10),"</z><z>")&"</z></y>","//z"),"#","&"),OWNERS!$A$2:$A$23,0)),""))fjp95
Mar 02, 2021Copper Contributor
Detlef_Lewin Hi Detlef - thanks so much for your response. I am not getting any errors with this formula but am also not getting any results. Have you managed to get this working on your end / are you able to share the sheet back over?
Thanks
- Detlef_LewinMar 02, 2021Silver Contributor