Unique data in column

  • Thread starter Thread starter News
  • Start date Start date
N

News

Hi,

I'd like to add a "validation" on a column : the written data must be single
(reference).
Is it possible and how ?

Thanks,
Laurent.
 
If by single reference you mean that the data can only be entered once in
your column, then yes it's possible.

Assuming your data is to be entered in Column A, try,

Select range of cells
Data > Validation > Settings > Allow > Custom > Formula

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

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