Forum Discussion
seandillon
Jul 23, 2024Copper Contributor
xlookup multiple values
[ Spoiler ]
OliverScheurich
Jul 23, 2024Gold Contributor
=TEXTJOIN(",",,FILTER($E$1:$E$5,ISNUMBER(SEARCH($D$1:$D$5,A1))))
If you have access to TEXTJOIN and FILTER you can apply this formula.
- seandillonJul 23, 2024Copper ContributorOliverScheurich Thank you!