No duplicates with text limit values

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

Guest

I'm trying to enter a formula for data validation.

I went to Data - >Validation, selected custom and put this formula:

AND (LEN($E:$E) <= 10,COUNT($E:$E,E1)<=1)

This is not working for me. I'm trying to validate that the text is not more
than 10 characters and that it is unique for the column E. Any ideasy
 
Hi
- simply select your cells !:E100
- goto 'Data - Valdiation
- choose 'Custom' and enter this formula
 
And you have entered this formula for the data validation of cell E1?
 

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