kashif.special2005
Active Member
- Joined
- Oct 26, 2009
- Messages
- 443
Hi,
I applied data validation in a cell that, the value should be number and should be 9 digits.
Data validation formula:
=AND(ISNUMBER(C5),LEN(C5)=9)
But the problem is, it is not accepting 9 digits with leading 0.
like,
Working:- 123456789
Not working:- 012345678
I want to accept, if I enter 9 digits with 0.
Please help to me resolve this problem
Thanks
Kashif
I applied data validation in a cell that, the value should be number and should be 9 digits.
Data validation formula:
=AND(ISNUMBER(C5),LEN(C5)=9)
But the problem is, it is not accepting 9 digits with leading 0.
like,
Working:- 123456789
Not working:- 012345678
I want to accept, if I enter 9 digits with 0.
Please help to me resolve this problem
Thanks
Kashif