Formula that recognizes duplicates

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need a formula that tells me if there is a duplicate within the same
column. I have no idea how to go about this. I am wanting to enter in
Product ID numbers and if there is a duplciate I need to be warned. I would
appreciate any help anyone can give - Thanks!
 
Check out this web site of Chip Pearson's.

Scroll down to the "D's", and see all the pages pertaining to duplicates.

http://www.cpearson.com/excel/topic.htm
--
HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================
 
This solution does not allow me to check for existing numbers. Lets say that
I have a list of numbers but change a number somewhere near the top. Data
Validation does not check that number.
 
Which of the many solutions on those two web pages are you talking about?

If the one at http://cpearson.com/excel/NoDupEntry.htm, did you use
absolute references for your input range?

E.g.,

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

not

=COUNTIF(A1:A50,A1)=1

????

Select column A, inputIn article
 
the no dupentry does not work on numbers that are already entered. It only
checks against the numbers that are pre-existing. I want to have a list and
without entering any more numbers check to see if there are duplicates in the
exising list. I hope that makes sense.
 
That's what several of the formulae in the first reference I listed does
- it checks to see if there are duplicates in the existing list. Look
under "Testing For Duplicate Entries"
 
Thank you very much!

JE McGimpsey said:
That's what several of the formulae in the first reference I listed does
- it checks to see if there are duplicates in the existing list. Look
under "Testing For Duplicate Entries"
 

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

Back
Top