S
SKE99
The way I did this was pretty crude and I only do this kind of thin
every year or two. The situation is we need to import addresses from
text file and then separate the addresses into the various components
The text file consists of data in the format "Anderson, William H,"91
Prospect St","Fort Morgan, CO 80701-3041","970-867-6992"
The way I originally set it up is two sheets in a workbook. One is Dat
where the data is imported to at A1. The field headers when importin
are Household_Member1, Address, City,_State_Zip, Area_Code_and_Phone s
the actual data starts at DATA!A2.
On the Revised_Data sheet I originally determined comma position fo
the comma in the name =IF(Data!A2="","",RIGHT(Data!A2,J8)) put it i
column 8 then used that to separate Firstname and initial, Lastname
The rest of the fields we left as is
Now we need to redo it into the following fields
Firstname
Initial
Last name
address
City
State
ZIP
ZIP+4 (just the 4 digits)
AREA CODE
PHONE
Any Recommendations on how to simplify this.
at times there are thousands of names being imported to excel that i
then used for a mailing list.
TIA for your hel
every year or two. The situation is we need to import addresses from
text file and then separate the addresses into the various components
The text file consists of data in the format "Anderson, William H,"91
Prospect St","Fort Morgan, CO 80701-3041","970-867-6992"
The way I originally set it up is two sheets in a workbook. One is Dat
where the data is imported to at A1. The field headers when importin
are Household_Member1, Address, City,_State_Zip, Area_Code_and_Phone s
the actual data starts at DATA!A2.
On the Revised_Data sheet I originally determined comma position fo
the comma in the name =IF(Data!A2="","",RIGHT(Data!A2,J8)) put it i
column 8 then used that to separate Firstname and initial, Lastname
The rest of the fields we left as is
Now we need to redo it into the following fields
Firstname
Initial
Last name
address
City
State
ZIP
ZIP+4 (just the 4 digits)
AREA CODE
PHONE
Any Recommendations on how to simplify this.
at times there are thousands of names being imported to excel that i
then used for a mailing list.
TIA for your hel