Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Amie G
 
Posts: n/a
Default Need help cleaning up an email list in Excel

I have a very large contacts list in Excel. One column is for email
addresses. Before I send off an email to these folks, I want to make sure
they will all work. There are two things I need help with:

1. How do I find all cells WITHOUT an "@" sign?
2. How do I find all cells with more than 1 "@" sign?

Basically, I want to know that there is only email address in each cell and
that it is legitimate.

Any help you can provide would be most appreciated!

Thanks!
  #2   Report Post  
Amie G
 
Posts: n/a
Default

I just realized re-reading my post, that it might look like I'm a spammer,
but I promise I'm just sending out an email to people who signed up for
updates at a trade conference.

"Amie G" wrote:

I have a very large contacts list in Excel. One column is for email
addresses. Before I send off an email to these folks, I want to make sure
they will all work. There are two things I need help with:

1. How do I find all cells WITHOUT an "@" sign?
2. How do I find all cells with more than 1 "@" sign?

Basically, I want to know that there is only email address in each cell and
that it is legitimate.

Any help you can provide would be most appreciated!

Thanks!

  #3   Report Post  
Jim Cone
 
Posts: n/a
Default

Amie G,

Enter the following formula in a blank column, adjacent to the address list...
=LEN(B2)-LEN(SUBSTITUTE(B2,"@",""))
It counts the length of the text in the cell and subtracts from that the
length of the text after all "@" have been removed.
Change "B2" to the top cell in your list and fill down.

Jim Cone
San Francisco, USA



"Amie G"
wrote in message
...
I just realized re-reading my post, that it might look like I'm a spammer,
but I promise I'm just sending out an email to people who signed up for
updates at a trade conference.

"Amie G" wrote:

I have a very large contacts list in Excel. One column is for email
addresses. Before I send off an email to these folks, I want to make sure
they will all work. There are two things I need help with:

1. How do I find all cells WITHOUT an "@" sign?
2. How do I find all cells with more than 1 "@" sign?

Basically, I want to know that there is only email address in each cell and
that it is legitimate.

Any help you can provide would be most appreciated!

Thanks!

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
Address List in Excel getalife Excel Discussion (Misc queries) 2 May 29th 06 03:58 PM
Email hyperlink changes not showing in excel Nancy Excel Worksheet Functions 0 May 13th 05 12:26 AM
How do I automatically send daily email of updated Excel workbook. How to automate emails with excel file. Excel Discussion (Misc queries) 1 May 9th 05 08:55 PM
body of email disappears when I send an email from Excel ~A Excel Discussion (Misc queries) 0 February 25th 05 10:55 PM
Create a cascading list box using Excel JPB Excel Discussion (Misc queries) 1 February 24th 05 08:43 PM


All times are GMT +1. The time now is 01:30 PM.

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

About Us

"It's about Microsoft Excel"