Finding Text in a column

mmmarty

Board Regular
Joined
Oct 23, 2004
Messages
79
Hi,

I have 10000+ names imported to col B monthly. Often duplicate names are found in this Col.

I also have 500 unique names imported to col A weekly.

Is there some way I can flag all cells in Col B which have duplicate names found in Col A ?
 

Excel Facts

Can you AutoAverage in Excel?
There is a drop-down next to the AutoSum symbol. Open the drop-down to choose AVERAGE, COUNT, MAX, or MIN
Try this formula.

=IF(ISNA(MATCH(B1,$A$1:$A$20,0)),TRUE,B1)

I have inserted a dummy column, which has the formula. The cell has a conditional format.
Book1
ABCD
1aaa
2baa
3caa
4dbb
5ebb
6fbb
7gcc
8hcc
9idd
10dd
11ee
12ee
13ee
14ff
15ff
16ff
17gg
18gg
19hh
20ii
21jTRUE
22kTRUE
23lTRUE
Sheet1
 
Upvote 0

Forum statistics

Threads
1,203,535
Messages
6,055,966
Members
444,839
Latest member
laurajames

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