Two lists, need quick way to see the differences

RET79

Well-known Member
Joined
Mar 19, 2002
Messages
526
hi,

I got two lists of policy numbers (unique).

I want to know which policies are in one list and not the other quickly etc. I would usually use Access, is there a quick way of doing it in excel without having to do much work? If your solution is not quicker than it would take to put the data into access and run a few queries there then it's not really what I'm looking for sorry!

Thanks.
 

Excel Facts

Excel Joke
Why can't spreadsheets drive cars? They crash too often!
Let's say the lists are in ranges A1:A10 and B1:B10. For a quick visual check, select all the cells in A1:A10 and choose Format|Conditional Formatting from the menu. Condition 1 Formula is:

=ISNA(MATCH(A1,$B$1:$B$10,0))

click Format, choose a Pattern color and click OK twice.

You can repeat the process for B1:B10 if you want, but change the formula to:

=ISNA(MATCH(B1,$A$1:$A$10,0))
 
Upvote 0

Forum statistics

Threads
1,221,689
Messages
6,161,302
Members
451,695
Latest member
Doug Mize 1024

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