On a copy, so as to keep the original safe, I would use Find and Replac
to put a comma in to every space. This CSV file (comma separated value
could then be merged onto an excel sheet. See CSV here
http://www.creativyst.com/Doc/Articles/CSV/CSV01.htm Depending on th
fields used along Row 1, you could merge all first names in to th
first column, the last names in to the second column, and so on. With
little trial and error, most names and address will line up correctly
with (hopefully) only the odd ones that need to be changed manually.
I've done this to a similar files as yours and with a bit of patienc
it is possible to do. If things do go wrong, you will still have th
original in a safe place
--
cycling-ro
David McRitchie - 03 Jan 2006 21:41 GMT
No the data is on separate rows.
The poster needs to use a macro, if not a macro there
are still other solutions there using worksheet formula, from
another worksheet and dependent on there being no
exceptions to how many rows per addressee.
(see what I posted befored).
When finished separating the City ST zip
is trivial if the State is a two character state code
http://www.mvps.org/dmcritchie/excel/join.htm#seplastterm
Otherwise you may have to make changes first to
combine words in states that begin with New, North,
South by including a period after, separating and then
removing the period.
---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm
> On a copy, so as to keep the original safe, I would use Find and Replace
> to put a comma in to every space. This CSV file (comma separated value)
[quoted text clipped - 7 lines]
> it is possible to do. If things do go wrong, you will still have the
> original in a safe place.