Avatar of cansevin
cansevin
 asked on

Address form

I have Addresses in the form:

4006 Concord Boulevard
Concord, CA 94519

I would like to change it to the form:

4006 Concord Boulevard, Concord, CA 94519

So it is all on one line. Basically replacing the Enter with ", "   is that possible? Thanks!
Microsoft Excel

Avatar of undefined
Last Comment
Richard Daneke

8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
Saurabh Singh Teotia

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
Richard Daneke

Start by inserting a new column (B - to follow the example above)
The substitute function above will replace the carriage return with a comma and space for cell A1 with the result in B1.
After this is done in B1 (as proposed in the example), you still need to copy the value of B1 to A1 to replace the original text.   When this is completed for the column, you can delete the B column inserted to create the working space.

You might also, just use find and replace on the addresses.  
Find Char(10)   Replace with a comma(,) and a space( ).
I started with Experts Exchange in 2004 and it's been a mainstay of my professional computing life since. It helped me launch a career as a programmer / Oracle data analyst
William Peck