How to Massively Add Commas To A Long List of Keywords
Has there ever been a time that you needed to add commas to a huge list of keywords (or maybe you needed to add a semi colon at the end of a list of e-mail addresses) and you wished there was a better way to do it than doing it manually?
Fortunately, there is a quick an easy way of adding commas to long list of keywords when you use Microsoft Excel. Here is how:
First, copy all of your keywords into column A.

Then, type in a comma in cell B2. Copy and paste cell B2 into all of the cells of column B.

In cell C1, type in this formula: =CONCATENATE(A1,B1)

Notice how Microsoft Excel is already adding the comma at the end of the keyword:

Now, simply copy and paste the contents of cell C1 into all of the cells in column 3.

Incoming search terms:
- add commas to list





February 24, 2010 at 8:50 am | Lisa
Jerry, thank you so much for sharing this information! You just saved me so much time today working on a client project! You are the best. Have a great day!
April 29, 2010 at 1:42 am | pinoy ideas
You can use this formula in excel.
=A1&B1
where A1 is keyword and B1 is , (comma)
April 29, 2010 at 8:54 am | Jerry
Thanks for the comment…I guess there are many ways of skinning a cat.
May 12, 2010 at 11:43 pm | Adam Hebert
and odnt for get when you are working with lists over 19000 like mine you can copy tons of commas in a column and paste a bunch at once and same with the formula to combine the two