set up a column in excel with unique entries

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

Guest

How does one create a column to accept only unique serial numbers. The
serial number will contain text if that matters.

Thanks in advance,
 
Hi!

Use Data Validation.

Select the range in question. Assume that range is A1:A10.

Goto Data>Validation
From the Allow list select Custom
In the Formula box enter:

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

OK out.

Biff
 

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