vlookup

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi
i have two column with similar but not equal values
haw can i use vlookup to see wich elements of the B column are not in the A
column?
Thanks a lot
 
One way ..
Assuming data in row2 down
Place in C2: =ISNUMBER(MATCH(B2,A:A,0))
Copy down to the last row of data in col B
Then do an autofilter on col C, filter out FALSE
 

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

Back
Top