Mass find options

Ian_A85

New Member
Joined
Nov 26, 2010
Messages
21
Hello All,

I have a sheet of about 4500 entries, and on a second sheet of about 2000 entries, is there a way to a mass search to find any duplicates?

As at the moment I am doing line by line Find (Ctrl F) and its getting boring!!

there are muliple columns that can be search, ie invoice number (in A) or post code (in G)
 

Excel Facts

What did Pito Salas invent?
Pito Salas, working for Lotus, popularized what would become to be pivot tables. It was released as Lotus Improv in 1989.
Try something along the lines of

=COUNTIF($A$1:A1,A1)

or

=COUNTIF(A:A,A1)


duplicates will return a number > 1
 
Upvote 0
Thanks Steve, can you explain this for me, as reading the statement, you'd have to do each cell in A, for example i'd have to run that for all 4500 lines? or am i reading it wrong?

Sorry for sounding dence!
 
Upvote 0
if you just want to see the duplicates, try conditional format.

xl2003: format - conditional formatting - "formula is" (for column A) "=COUNTIF(A:A,A1)>1"

xl2007: home tab - conditional formatting - new rule - format only unique or duplicate values - duplicate
 
Upvote 0
I was assuming that in a1:a4500, you have list a list of invoice numbers, some of which may be duplicated.

If you insert a column to the right of A, populate the first cell of this column with the required formula, and fill down to row 4500, it will return a value > 1 for each duplicated entry.

If this isnt the case, post a sample of your data, and what you want to do with it.
 
Upvote 0

Forum statistics

Threads
1,214,911
Messages
6,122,198
Members
449,072
Latest member
DW Draft

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