View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Ron Coderre
 
Posts: n/a
Default separate address data in a cell

Try this:

The carriage return could be one of the followin ASCI codes:
0010
0013
0009

Select your column of cells
Edit|Replace
Find what: (Hold down the [Alt] key...type 0010...Release the [Alt] key
Replace with: , (that's a "comma")
Click the [Replace All] button
(if it can't find any...sequentially try the others until you get "hits")

Data|Text-to-Columns
Delimited
Delimter: Comma
Click the [OK] button

Does that help?

***********
Regards,
Ron

XL2002, WinXP-Pro


"Joe in CT" wrote:

Greetings, I have this information in one cell-
777 Anywhere Street
Happy Town, CT
The only comma is just after town. I need to separate out into street
addresss, town and state. How do I do this?

Thanks