Find & Extract

L

lucas0802

Hi,

I have a list of all mail return data where there is would be a mail i


"The original message was received at Tue, 22 Jun 2004 19:21:4
+0530from [192.168.57.184] ----- The following addresses ha
permanent fatal errors -----<[email protected]> (reason
User unknown) ----- Transcript of session follows -----No user b
that name.550 5.1.1 <[email protected]>... User unknown"

Is there a formula where in I can find the e-mail id and it wil
extract the same to a new sheet ?


Luca
 
B

Biff

Hi Lucas!

Here's one way. This formula searches for "<" and ">" and
returns everything between. So, if the email addresses are
always enclosed in <>, it will work:

=MID(A1,FIND("<",A1)+1,FIND(">",A1)-FIND("<",A1)-1)

Biff
-----Original Message-----
Hi,

I have a list of all mail return data where there is would be a mail id


"The original message was received at Tue, 22 Jun 2004 19:21:47
+0530from [192.168.57.184] ----- The following addresses had
permanent fatal errors -----
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top