Hi Guy
I have a question here. Is it possible expression under the valid_if for key data ONLY NUMBER under the data type Phone ? Very there is user keep key in +15 or +23 and etc
Solved! Go to Solution.
Please try in the valid_if setting of the phone column
SUBSTITUTE(NUMBER([_THIS]),",","")=[_THIS]
Please try
AND(SUBSTITUTE(NUMBER([_THIS]),",","")=[_THIS],
NUMBER(LEFT([_THIS],1))>=1
)
User | Count |
---|---|
15 | |
11 | |
7 | |
3 | |
2 |