Hello, we have a bunch of columns with multiple selection dropdowns. When I export to excel the selections are concatenated without spaces:
I tried to create a helper column using JOIN():
which mostly works, although it only ever shows a space between the text, and not the delimiter. However, on export to excel the helper column is still concatenating all the text without any space. I've looked at other questions which is how I found JOIN(), but they all seem to be doing far more complex things. This seems like it ought to be simple?