Need List C to = values in list A not in List B

Ken Thompson

New Member
Joined
Jun 26, 2009
Messages
45
I can get a list of values in Col A that are in Col B but not the opposite which is what I need.

I need to generate a list of the Values in Col A that do not show up in Col B. Seems simple as can be but I can't do it...

Help Please.

Thank You
-Ken
 

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
How about something like this in row 1 somewhere and copied down...
Code:
=IF(COUNTIF(B:B,A1)=0,A1,"")

(If that doesn't help then what are you using to get the list from col A that are in col B?)

Hope it helps.
 
Upvote 0
Oh and I didn't answer your question. Using Advanced Filter on Col A with Col B as criteria. Have tried <> in criteria but must have syntax wrong.
 
Upvote 0
Aha! HalfAce, you're Total Ace in my book. It was a circular ref because some dummy put it in A1. I put it in F1 like a rational person would and it works perfect. Thanks So Much!

- Ken
 
Upvote 0

Forum statistics

Threads
1,214,397
Messages
6,119,271
Members
448,882
Latest member
Lorie1693

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