P
papa
I have a column that has codes in it such as A1, A2B3C2,
A2B3, etc.
I am trying to make a column that determines if the
fourth character in the string is a number as opposed to
a letter.
Isnumber and Istext do not seem to work because of
formatting. Because the entire string is not a number it
always returns false.
Is there something I can tweek to get this to work?
TIA
A2B3, etc.
I am trying to make a column that determines if the
fourth character in the string is a number as opposed to
a letter.
Isnumber and Istext do not seem to work because of
formatting. Because the entire string is not a number it
always returns false.
Is there something I can tweek to get this to work?
TIA