First, I still wouldn't put all that information into a single cell.
I'd use multiple cells in the same row.
Then you could have the email address as a hyperlink and just click that to
start your default email client.
If you already have the data entered and you really used alt-enter to separate
lines within the cell, you can split the lines into separate cells using:
Select the column
Data|text to columns
Delimited by other and type:
ctrl-j (hold the control key while you hit the j key)
and finish up the wizard.
Then (if all your data was nice), you'd have a separate column dedicated to the
email address.
Insert a column near that and use:
=hyperlink("mailto:" & x1, "Click me")
(change x1 to the address of the cell with the email address.)
And copy down as far as you need.
Thanks Dave!
However, the more I think of what I am trying to do and then explain it in
the discussion, well, let me start over. In the cell, I am trying to
accomplish following:
First Lastname Taryn Johnson
(e-mail address removed) (e-mail address removed)
phonenumber 1234567890
Now when I used Alt-enter, all I have are three text lines that works as
one. I'd like to have the email formatted so that all I have to do is click
and the link puts me into my mail application. I also want to treat each
line in the cell as a seperate entity from all three lines, but the more I
think about this, my goal might best be accomplished in word, and embed the
word doc into excel. My excel spreadsheet will have other data I am working
with, inwhich word has it's limitations.
Any advice will be appreciated.