Rob,
Use an empty column next to list 2, to use function VLookup in to identify
the wntries that already exist in list 1. The arguments should be:
Lookup_Value: The cell in the same row of list 2 containing the name
Table_Array: the range in list 1 containing the names
Col_Index_Num: 1 (this means it looks in the first column in the table
array)
Range_Lookup: False (so it looks for exact matches, ignoring near matches)
When you select the Table_Array range press F4 to make it an absolute
reference, so it stays constant when you then copy down. An absolute range
address should look like $A$1:$A$800 as opposed to the default relative one
which looks like A1:A800.
When you copy down, the matches will contain the name in the VLookup column,
while the unmatched names will return #N/A; the latter are the new ones, so
filter and copy to the bottom of the main list.
HTH,
Nikos
"dancingbear72 >" <<(E-Mail Removed)> wrote in
message news:(E-Mail Removed)...
> Hi
>
> I am very new to excel so if someone could explain how to get around
> this problem simply I'd be eternaly grateful.
>
> I know there are mamny threads on this sort of thing. I have done a
> search but there doesn't seem to be anything specific to this problem.
>
> Here goes:
>
> List 1: I have a list of names in a database (about 10,000)
> List 2: I have a new list of names that I need to add to the database.
>
> The thing is I need to filter the names to remove duplicates, but what
> I really need to do is know which of the names in list 2 are "new
> names", i.e. not in list 1.
>
> I hope I'm explaining this right, basically I need a 3rd list of names
> that are in list 2 but not in list 1, then this should give me a list
> of new names.
>
> I have looked here http://www.cpearson.com/excel/duplicat.htm but it's
> a bit complicated for me. Could anyone help ...please!!
>
> Thanks in advance
> Rob
>
>
> ---
> Message posted from http://www.ExcelForum.com/
>