My mailing list is set up . I need to reformat the columns for mailing labels.

Millrobin

New Member
Joined
Feb 23, 2019
Messages
9
A B C D E F G


J JAMES 242 6TH ROSEBURG OR 97471

I have a mailing list that is in Excel where each column has the full name, the street address, and the next column C has the city and state in one column. But for my label program I need the city and state separated. I have tried the find and replace to no avail.

I hate to resort to manually reformatting 900 addresses. Anyone have the answer?

Thank you!!!

Office 365, Excel
 
Last edited:

Excel Facts

Spell Check in Excel
Press F7 to start spell check in Excel. Be careful, by default, Excel does not check Capitalized Werds (whoops)
Can you do text to columns? Insert column after C, Highlight column C. Data > Text to Columns > Delimited > Space?
 
Upvote 0
If you load up a sample of your data, (4-6 records), I can show you how to do this in Power Query/Get and Transform. It is a simple procedure.
 
Upvote 0
[TABLE="width: 384"]
<colgroup><col span="6"></colgroup><tbody>[TR]
[TD="colspan: 2"]Full Name[/TD]
[TD]Address [/TD]
[TD][/TD]
[TD]City[/TD]
[TD]Zip[/TD]
[/TR]
[TR]
[TD]JAMES[/TD]
[TD]RUFENER[/TD]
[TD="colspan: 2"]225 PALMDALE AVE[/TD]
[TD]ROSEBURG OR 97471[/TD]
[TD="align: right"]97471[/TD]
[/TR]
[TR]
[TD]BRIAN[/TD]
[TD]HENRY[/TD]
[TD="colspan: 2"]1327 NW GROVE ST[/TD]
[TD]ROSEBURG OR 97471[/TD]
[TD="align: right"]97471[/TD]
[/TR]
[TR]
[TD]TERRY[/TD]
[TD]BROCK[/TD]
[TD="colspan: 2"]121 W CENTRAL AVE[/TD]
[TD]SUTHERLIN OR 97479[/TD]
[TD="align: right"]97479[/TD]
[/TR]
[TR]
[TD]KEITH[/TD]
[TD]SMETHERS[/TD]
[TD="colspan: 2"]9356 SOUTHBANK RD[/TD]
[TD]ROSEBURG OR 97470[/TD]
[TD="align: right"]97470[/TD]
[/TR]
[TR]
[TD]MICHAEL[/TD]
[TD]WALTERS[/TD]
[TD="colspan: 2"]177 BEATTIE LANE [/TD]
[TD]ROSEBURG OR 97470[/TD]
[TD="align: right"]97470[/TD]
[/TR]
[TR]
[TD]JOHN[/TD]
[TD]OSULLIVAN[/TD]
[TD="colspan: 2"]14271 N UMPQUA HWY[/TD]
[TD]ROSEBURG OR 97470[/TD]
[TD="align: right"]97470[/TD]
[/TR]
[TR]
[TD]WILLIAM[/TD]
[TD]BECHERER[/TD]
[TD="colspan: 2"]4395 HAPPY VALLEY RD[/TD]
[TD]ROSEBURG OR 97471[/TD]
[TD="align: right"]97471[/TD]
[/TR]
[TR]
[TD]KEITH[/TD]
[TD]JACKSON[/TD]
[TD="colspan: 2"]2940 N 47TH AVE[/TD]
[TD]OMAHA NE 68104[/TD]
[TD="align: right"]68104[/TD]
[/TR]
[TR]
[TD]GEORGE[/TD]
[TD]WEBBER[/TD]
[TD="colspan: 2"]222 PALISADE DR[/TD]
[TD]ROSEBURG OR 97471[/TD]
[TD="align: right"]97471[/TD]
[/TR]
[TR]
[TD]DON[/TD]
[TD]JACKSON[/TD]
[TD="colspan: 2"]2683 SCOTTS VALLEY RD[/TD]
[TD]YONCALLA OR 97499[/TD]
[TD="align: right"]97499[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]

I am sure there is a way to paste an Excel example here. This is the best I could do. Please note there are 6 columns. The city state zip column needs to be 3 columns to work in the program I am using. In other words:
Full Name
Street Address
City,
State ,
Zip Code

Thank you!!!
Zip Code
 
Upvote 0

Forum statistics

Threads
1,223,214
Messages
6,170,772
Members
452,353
Latest member
strainu

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top