Forum Discussion
milly87
Jul 26, 2019Copper Contributor
reverse text to columns for .csv import
Hello, I want to reverse the text to columns function, so have the different columns in one again, instead of separated by tab I want them to be separated by commas, for .csv import. Any tips? Many t...
PeterBartholomew1
Jul 26, 2019Silver Contributor
It looks pretty ugly but does TEXTJOIN meet your requirements? =""""&TEXTJOIN(""",""",FALSE,cells)&""""