M
mocha99
Hi all,
my data in column A is like
cat
dog
apple
How can I copy that data into a string like "cat,dog,apple" without
having to manually remove the CR/LF and add the comma between the words?
I.E. how can I transform those rows into a single text string?
thanks so much
my data in column A is like
cat
dog
apple
How can I copy that data into a string like "cat,dog,apple" without
having to manually remove the CR/LF and add the comma between the words?
I.E. how can I transform those rows into a single text string?
thanks so much