Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default find email address in a cell

I have a file with 65000 rows of data (extracted from email inbox)

I applied a formula to identify which rows had an address
=IF(COUNTIF(A1,"*@*"),"","email")
then a second one to remove the email with our company name
I am left with less than 200 rows
Example: "From: Mail Delivery Subsystem "

What formula can I apply to get: ?

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,651
Default find email address in a cell

On Tue, 24 Jul 2007 09:00:04 -0700, Frederique
wrote:

From: Mail Delivery Subsystem


IF the email address is the only content that is enclosed in angles (<...)
then this should work:

=MID(A1,FIND("<",A1)+1,FIND("",A1)-FIND("<",A1)-1)
--ron
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I enter an email address w/in a cell & it not be automatic smhoff Excel Discussion (Misc queries) 6 June 5th 07 01:26 PM
can I copy a column of email addresses, paste into email address? Lizizfree New Users to Excel 4 July 20th 06 10:03 PM
Transfer Email addresses from spreadsheet to email address book Beana Excel Discussion (Misc queries) 2 May 30th 06 06:07 PM
Can you enter @ symbol without becomig email address in a cell? offcmanager Excel Discussion (Misc queries) 5 February 6th 06 04:16 PM
How to format a cell as email address Steve Freides Excel Discussion (Misc queries) 4 September 21st 05 08:38 PM


All times are GMT +1. The time now is 02:21 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"