find all same numbers in a column without dropdown listing

S

ShoDan

Trying to find all alike numbers in a column of about 5000. Data is sorted
by number already but the list it to long to look through. Filtering the
data only brings up another long list to have to go through. Is there a
formula that will find them and highlight them? There could be numerous
different ones.
Example
001-3456
001-3456
001-7890
001-7890
002-9876
002-9876
002-9787

Find all alike

Thanks
 
G

Gaurav

I think you can use countif in conditional formatting.

If your list is in column A.

Select A1 and set the conditional format

Formula Is:
=COUNTIF($A$1:$A$5000,A1)>1 and pick the color you want.

Copy A1 and pastespecial / formats from A1 thru A5000.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top