Hi everybody,
I would like to convert a Look up column that is coming from a match multiple relation to a text. Is that possible? Any tips will be apreciate.
Many thanks in advanced.
Albert Puig
Hi everybody,
I would like to convert a Look up column that is coming from a match multiple relation to a text. Is that possible? Any tips will be apreciate.
Many thanks in advanced.
Albert Puig
Use a Joined List column.
Sorry, what I meant is a joined list through the relation. Instead of the lookup.
use the âJoinâ function.
=Join(", ", LookupColumn)
Replace âLookupColumnâ with the actual name of your Look up column. Copy and paste this formula into the column where you want the text, and it should work for you!
Regards,
Lame
Isnât this a Google Sheets solution? The Joined List column does the same thing and is built as a computed column in Glide.
OK, understood. It worked fine.
Thanks!
Albert Puig