Nitesh Khot
Member
Hi..
I want to restrict data entry from user where User enter mobile no then it should be start with either "7" or "8" or "9" and length of mobile no is 10 digit with no duplicity in range(A1:A10)..
I have used below formula in data validation it works fine but i am unable to restrict no start from "7" or "8" or "9"
formula is :-
=AND(ISNUMBER(A1),LEN(A1)=10,COUNTIF($A$1:$A$18,A1)<=1)
I want to restrict data entry from user where User enter mobile no then it should be start with either "7" or "8" or "9" and length of mobile no is 10 digit with no duplicity in range(A1:A10)..
I have used below formula in data validation it works fine but i am unable to restrict no start from "7" or "8" or "9"
formula is :-
=AND(ISNUMBER(A1),LEN(A1)=10,COUNTIF($A$1:$A$18,A1)<=1)