No duplicates with text limit values

R

RichardO

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
 
F

Frank Kabel

Hi
- simply select your cells !:E100
- goto 'Data - Valdiation
- choose 'Custom' and enter this formula
 
Top