Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to display rows of data in a single column | Excel Discussion (Misc queries) | |||
Deleting Rows based on Column Critieria | Excel Discussion (Misc queries) | |||
Converting a number of rows into a single column | Excel Discussion (Misc queries) | |||
Math Experts - Function to compare where salary is compared to others have 800 rows of data | Excel Worksheet Functions | |||
deleting entire rows with the same cell value in the first column | Excel Discussion (Misc queries) |