format column for unique values only

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

Guest

How can I format a column so that it only accepts unique values?

Thanks!
 
Hi John,

Assuming the column is [A], try selecting the entire column, got to menu
Data>Validation, in the dropdown box select 'Custom' and write the following
formula in the formula box:

=COUNTIF(A:A,A1)=1

Regards,
KL
 
Excellent! Thank you very much!

--
www.Marzetti.com


KL said:
Hi John,

Assuming the column is [A], try selecting the entire column, got to menu
Data>Validation, in the dropdown box select 'Custom' and write the following
formula in the formula box:

=COUNTIF(A:A,A1)=1

Regards,
KL


JohnLute said:
How can I format a column so that it only accepts unique values?

Thanks!
 

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