Find any match in Column A to Column B

mbfoster

New Member
Joined
Jun 20, 2008
Messages
27
I have two columns of invoice numbers (mostly numbers, some start with "E" - E12345 instead of 67890). I want to find any invoice in column A that also appears in column B. They DO NOT have to be in the same row. I need a yes/no or true/false, I do not necessarily have to have it display the value, although this would not hurt.

Please help. I'm at work and need to figure this out. I've been using excel for a few years, personally, and now about 9 months at work. I'm new to the forum, but I'm sure with my job I will be using it frequently. Thanks.
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
The following formula in Column C will display TRUE if the value in A is found anywhere in column B.

=COUNTIF(B:B,A2)>0
 
Upvote 0

Forum statistics

Threads
1,214,958
Messages
6,122,475
Members
449,087
Latest member
RExcelSearch

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