Lookups

R

RkB2008

I have a list of 600 customer numbers that I am trying to compare to a list
of 6000 customer numbers to see if there are any matches.

I can not seem to create a lookup that calls out the location of the matches
in the list of 6000 from the list of 600.
 
R

rewb2

I have a list of 600 customer numbers that I am trying to compare to a list
of 6000 customer numbers to see if there are any matches.

I can not seem to create a lookup that calls out the location of the matches
in the list of 6000 from the list of 600.

To see if there are matches, you can use the COUNTIF function. If you
want the actual location of the match, you could use the MATCH
function, possibly in combination with INDEX. It really depends on
the exact structure of the lists, and what information needs to be
returned. Let me know if you want to know more about this, or can
give more detail.
 
R

RkB2008

Thanks this was a big help. I have two sheets of account numbers and for
whatever reason the Countif returned a lot of false positives for one of the
sheets.

The formula is pretty straight forward, create absolute range to search,
insert comma and relative location of number to be checked.
 

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