Comparing lists

paalley

New Member
Joined
Dec 4, 2004
Messages
20
I have a spreadsheet with a master list of products in column A.
In column B I have a partial list. I need to compare Column A and Column B and get a listing of all of the products from the master list that is not listed in column B. Can this be done with conditional formating of with an if statement? I don't know anything about using VBA code. Any help would be appreciated. I just need to compare the partial list to the master list and find out the ones that are not on the partial list.
 

Excel Facts

Convert text numbers to real numbers
Select a column containing text numbers. Press Alt+D E F to quickly convert text to numbers. Faster than "Convert to Number"
Hi

In A1 go Format, Conditional Format, Formula Is, =COUNTIF($B:$B,A1)=0, select your format option, OK.

Copy the cell, then paste the formats to the relevant cells in column A.

It should highlight entries in Column A that are not in column B.


Tony
 
Upvote 0
Hi

Once you have put in the conditional format for A1 as above, then select A1, copy.

Highlight the rest of column A starting in A2 for the range you want to paste the formats (say A2:A40), then edit, pastespecial, formats.


Tony
 
Upvote 0

Forum statistics

Threads
1,214,915
Messages
6,122,214
Members
449,074
Latest member
cancansova

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