I have column of product codes that I need to insert into a field in my shopping cart. There are about 600 of them and the text in each field needs to be separated by commas.
I thought Concatenate may be a good idea, but that's a heck of a lot of clicking. haha
Does anyone know how I can join the text in all the cells into one field that is comma delimited.
To illustrate:
Column A
EC-001
EC-002
EC-003
EC-004
EC-005
What I need is data joined too look like this:
EC-001,EC-002,EC-003,EC004,EC-005
But there are like 650 of them. Literally.
Any ideas?
I've gotten a lot of help from this forum for free. And I don't take that lightly.
Thanks.
I thought Concatenate may be a good idea, but that's a heck of a lot of clicking. haha
Does anyone know how I can join the text in all the cells into one field that is comma delimited.
To illustrate:
Column A
EC-001
EC-002
EC-003
EC-004
EC-005
What I need is data joined too look like this:
EC-001,EC-002,EC-003,EC004,EC-005
But there are like 650 of them. Literally.
Any ideas?
I've gotten a lot of help from this forum for free. And I don't take that lightly.
Thanks.