Adding In Between Words

  • Thread starter Thread starter Tool Outfitters
  • Start date Start date
T

Tool Outfitters

I am trying to figure out how to mass edit a column that contains keywords
within each cell. For example:

fuel cap pressure tester

I would like to add commas in between the words...

fuel, cap, pressure, tester

Any help would be greatly appreciated.
 
I am trying to figure out how to mass edit a column that contains keywords
within each cell. For example:

fuel cap pressure tester

I would like to add commas in between the words...

fuel, cap, pressure, tester

Any help would be greatly appreciated.

With your original in A1:

=SUBSTITUTE(TRIM(A1)," ",", ")

--ron
 
Thank you for the quick reply Ron. This is definately what I was looking for.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top