Multi line Text-to-column - A CHALLENGE FOR YOU!
January 24, 2008 3:01 PM
Subscribe
How to "text to column" a cell with multiple lines in Excel?
I need to extract a cell that contains multiple lines (name, address, etc) into a column for each line. IE.
keasby inc
212 Fifth Avenue
NY NY 10001
203-417-5555
There are no useful delimiters like ; or anything.
I tried using "other" in the delimiter option and hitting alt-enter but it doesn't recognize. Further, it doesn't even pick up the second line of data in the display field.
Someone must have a macro out there for this! Help!
Much obliged,
Keasby
posted by keasby to computers & internet (7 comments total)
2 users marked this as a favorite
=CHAR(32)
then copy that cell, and do a global search and replace replacing the character you've just copied with, say, ~, or some other useful delimiter.
Now text-to-columns using that as your delimiter.
posted by pompomtom at 3:14 PM on January 24