J
James8309
Hi everyone
I have this number in Cell A1 = 6190099009
Obviously " =Len(A1) will return 10, =Left(A1,1) will return 6.
If I combine this conditions together: (Return "True" if it starts
with 6 and if it is 10digits.
=if(and(Len(A1)="10",Left(A1,1)="6"),"True","False")
However, it returns "FALSE". Why does it return false when I join them
by "AND"???
Please Help
Thank you.
I have this number in Cell A1 = 6190099009
Obviously " =Len(A1) will return 10, =Left(A1,1) will return 6.
If I combine this conditions together: (Return "True" if it starts
with 6 and if it is 10digits.
=if(and(Len(A1)="10",Left(A1,1)="6"),"True","False")
However, it returns "FALSE". Why does it return false when I join them
by "AND"???
Please Help
Thank you.