IF textString is 4 characters then i want first two characters, else first character.
Example below:
505 5
1305 13
I'm working with the formula below. Can someone tell me what is wrong with this formula? I know this is not an excel formula, but thought I would ask.
=IF (LEN(A1,4),LEFT(C2388,2,LEFT(C2388,1))
Thanks.
Example below:
505 5
1305 13
I'm working with the formula below. Can someone tell me what is wrong with this formula? I know this is not an excel formula, but thought I would ask.
=IF (LEN(A1,4),LEFT(C2388,2,LEFT(C2388,1))
Thanks.