Hi Averyone,
I get an excel file from a vendor and it has an Address Column that it looks as follows:
There is a blank line between each record.
I would like to format the data and put each part of the address into its own column so it looks as follows:
The file has about 7000 records and I get it 2/week.
Can this be accomplished? If it is, can some give a hint where to star?
Thanks in advance.
Ed
I get an excel file from a vendor and it has an Address Column that it looks as follows:
Code:
Address
50 MIDLAND AVENUE
HICKSVILLE, NY 11801-1510
DEPT 20-8025
PO BOX 5998
CAROL STREAM IL 60197
241 W 26TH ST
NEW YORK NY 10001
75 REMITTANCE DR #3011
CHICAGO IL 60675-3011
I would like to format the data and put each part of the address into its own column so it looks as follows:
Code:
Addr1 Addr2 City St Zip
50 MIDLAND AVENUE HICKSVILLE NY 11801-1510
DEPT 20-8025 PO BOX 5998 CAROL STREAM IL 60197
241 W 26TH ST NEW YORK NY 10001
75 REMITTANCE DR #3011 CHICAGO IL 60675-3011
The file has about 7000 records and I get it 2/week.
Can this be accomplished? If it is, can some give a hint where to star?
Thanks in advance.
Ed