View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
edspyhill01 edspyhill01 is offline
external usenet poster
 
Posts: 4
Default How to substitute a comma with a newline char using Replace.



"Dave Peterson" wrote:

Or use ctrl-j


RagDyeR wrote:

Hold down <Alt,
And type
0010
Using the numbers on the Num keypad, *not* the numbers under the function
keys.
--

HTH,

RD
================================================== ===
Please keep all correspondence within the Group, so all may benefit!
================================================== ===

"edspyhill01" wrote in message
...
I am trying to replace all commas with a newline character. What do I put
in
the Replace field?


--

Dave Peterson


Neither solution worked. I'm using the "Find and Replace" menu under Edit
-- Replace. I have several fields in one cell separated by commas. I would
like to substitute a new line character for each comma to create a short list
in each cell.

Example:

From:
user707@unix-mail, deliverable, mailer, ether, host, unix-mail.<domain,
user, user707@unix-mail.<domain

To:
user707@unix-mail
deliverable
mailer
ether
host
unix-mail.<domain
user
user707@unix-mail.<domain

Thank you,

Ed S.