Give this formula a try...
=IF(ISNUMBER((SUBSTITUTE(LOWER(RIGHT(A5,5)),"e","x"))*1),"","TEXT")
Rick
<(E-Mail Removed)> wrote in message
news:2feee408-ecd5-4135-8420-(E-Mail Removed)...
>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.
|