Compare to lists of names - ID those common to both files...

FrankRoman

New Member
Joined
Nov 6, 2002
Messages
9
Hello,
I have 2 Excel Files. One is a mailing list of members and includes the Member ID, and complete mailing address of the members. The other is a "flag file" which ONLY contains Member ID and Last name.

I want to "flag" (or identify) those on the Mailing List that are also on the Flag file".

Is there an easy way to do this?

Thanks for your help!

Frank Roman
 
Re: Compare to lists of names - ID those common to both file

You can use a Vlookup. This will return a match if they exist on the other list , otherwise #N/A.

With a bit of manipulation the N/A can be changed to some other flag if required.

Hope this helps
 
Upvote 0
Re: Compare to lists of names - ID those common to both file

Good morning, Frank.

See if any of these formulas can be adapted to your situation:
 
Upvote 0
Re: Compare to lists of names - ID those common to both file

Let A2:H100 house the mailing list and M2:N50 the flag-list.

In I2 enter & copy down:

=--ISNUMBER(MATCH(A2,$M$2:$M$50,0))

1 as result means that the member id in the mailing list is in the flag list, otherwise (0) it is not. You can by the way sum the I-range to obtain a count.
 
Upvote 0

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top