Warning for duplicate entry in Excel - Serial Number Tracking

R

RMEdgeGuard

I am trying to setup a spread sheet to track random serial numbers. Is there
a way Excel will warn me if I make a mistake and enter a duplicate number?
 
B

Beth Melton

You can use Data Validation for this. Here's an article that contains
additional details:
http://www.cpearson.com/excel/NoDupEntry.htm

For example if you want to protect column A then the formula would be:
=COUNTIF($A:$A,A1)=1

Also note the links at the bottom for other alternatives such as
finding duplicate entries in a worksheet you have already created.

--
Please post all follow-up questions to the newsgroup. Requests for
assistance by email can not be acknowledged.

~~~~~~~~~~~~~~~
Beth Melton
Microsoft Office MVP

Word FAQ: http://mvps.org/word
TechTrax eZine: http://mousetrax.com/techtrax/
MVP FAQ site: http://mvps.org/


RMEdgeGuard said:
I am trying to setup a spread sheet to track random serial numbers. Is there
a way Excel will warn me if I make a mistake and enter a duplicate
number?
 

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