Dear folks,
Much appreciate your help with below case:
Restrict cell A1 with 2 conditions:
- A1 must be alphanumeric
- Length must be < 19
I try OR(AND(CODE(A1)>=65,CODE(A1)<=90),AND(CODE(A1)>=97,CODE(A1)<=122),AND(CODE(A1)>=48,CODE(A1)<=57)) with the first condition but it seems like it only checks the first character of the cell.
Thank you very much.
Much appreciate your help with below case:
Restrict cell A1 with 2 conditions:
- A1 must be alphanumeric
- Length must be < 19
I try OR(AND(CODE(A1)>=65,CODE(A1)<=90),AND(CODE(A1)>=97,CODE(A1)<=122),AND(CODE(A1)>=48,CODE(A1)<=57)) with the first condition but it seems like it only checks the first character of the cell.
Thank you very much.