Hi all,
I have data :
A B
C0360000B038 = ???
C036000B8
C036000B10
Every last character B038 must consist of 12 digits, if last character B8 must consist of 9 digits, and if last character B10 must consist of 10 digits.
if I have only one conditions I can fill validation data with :
=LEN(A1)=12
Error Alert :
"Must Be 12 digits"
but its only for one condition how about 3.
Bookmarks