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
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