Find & Extract

  • Thread starter Thread starter lucas0802
  • Start date Start date
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
 
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 -----
 
Back
Top