finding repeated numbers

A

aswini77

is there any worksheet function that can be used to find a repeating
number in a column of numbers.
 
G

Guest

is there any worksheet function that can be used to find a repeating
number in a column of numbers.

One way is to flag numbers which repeat in an adjacent col,
then use autofilter to filter the flag

Assuming numbers in A2 down,
Put in B2: =IF(COUNTIF(A:A,A2)>1,"R","")
Copy down

Then do a Data > Filter > Autofilter on col B
and filter out "R"

---
 

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