Locate data from 1 column in another

S

Shaz

I have 500 email addresses in column D and 13,000 in column A. Now i want to
delete all of the column A except the ones which are also in column D.

in other words I want to locate 500 contacts within our entire database of
13,000 checking it on email address. Can any body help please?
 
J

Jacob Skaria

Assuming your data starts from A1 use the below formula in B1...which will
return "Present" if present in colD.

=IF(TRIM(A1)=D:D,"Present","")

If this post helps click Yes
 
T

Teethless mama

In E2=IF(COUNTIF(D:D,A2),"present","")

Auto Filter the blanks in Column E and delete
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top