Quote Originally Posted by Ace_XL View Post
=NOT(ISNUMBER(MID(A1,8,1)*1))
...or you could save a function call and use this:

=ISERROR(MID(A1,8,1)+0)