convert column to a cell with formatting
I am trying to figure out the best way to convert the following:
1
2
3
To (in a single cell):
1,2,3
I'm guessing a function? The list is variable, meaning it could have any
number of rows up to about 50 or so.
|