compare data in two sheets with duplicate rows

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

Guest

I would like to be able to compare two sets of data (with numeric vales) to see what in sheet A doesn't match sheet B and what in sheet B doesn't match sheet A

Any help would be greatly appreciated....

I have used vlookup but it does not account for duplicates

Thanks
d.
 
Hi
try the following in column C: start in C1
=IF(COUNTIF($B$1:B1,B1)<=COUNTIF($A$1:$A$1000,B1),"included in col. A",
"not in col. A")
and copy down
 

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