M
mwilliams4
I have a formula that gets the right 5 characters of a string and I
want to visually know if it's a number or has text characters in the
string.
Everything works great, except when there is an "E".
Then it comes back as a number an E1234 number
My formula is as follows
=IF(ISNUMBER((RIGHT(B42,5))*1)=FALSE,"TEXT","")
Is there a way to ignore an "E" representing a number?
Any help would be greatly appreciated.
want to visually know if it's a number or has text characters in the
string.
Everything works great, except when there is an "E".
Then it comes back as a number an E1234 number
My formula is as follows
=IF(ISNUMBER((RIGHT(B42,5))*1)=FALSE,"TEXT","")
Is there a way to ignore an "E" representing a number?
Any help would be greatly appreciated.