Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6
Default deleting rows that is compared to a single column.

Ok my company sends out email blasts through constant connect and say a
thousand or so emails are in correct so I exported the bonce back emails and
have them on a single column worksheet, so now I want to take that single
column and pull all of the bad emails out of my master list. And in my
master list I have a complete row on the contact say, first name, last name,
phone number, address, and then their email address. So I want to pull the
whole row with the bad email. No clue how to do it. .....Help
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 364
Default deleting rows that is compared to a single column.

One way is to do VLOOKUP
Assuming bad emails are in Col A in Sheet 2 and your data is in Sheet 1 with
emails in Col A
Enter the following in an empty column and second row (assuming first row is
header row)

=VLOOKUP(A1,Sheet2!A:A,1,FALSE)

Wherever you get an email address is the bad row. You can filter on NOT
EQUAL to #NA and delete those rows.

"treeroot" wrote:

Ok my company sends out email blasts through constant connect and say a
thousand or so emails are in correct so I exported the bonce back emails and
have them on a single column worksheet, so now I want to take that single
column and pull all of the bad emails out of my master list. And in my
master list I have a complete row on the contact say, first name, last name,
phone number, address, and then their email address. So I want to pull the
whole row with the bad email. No clue how to do it. .....Help

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 to display rows of data in a single column IUM Excel Discussion (Misc queries) 6 December 30th 08 07:29 PM
Deleting Rows based on Column Critieria blackmanofsteel40 Excel Discussion (Misc queries) 1 September 7th 07 09:05 PM
Converting a number of rows into a single column Raj Excel Discussion (Misc queries) 10 August 17th 06 11:36 PM
Math Experts - Function to compare where salary is compared to others have 800 rows of data Bob Excel Worksheet Functions 2 January 13th 06 02:51 AM
deleting entire rows with the same cell value in the first column Pedro F. Excel Discussion (Misc queries) 3 January 11th 06 07:10 PM


All times are GMT +1. The time now is 05:59 PM.

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"