I was going to suggest - IF your samples are indicative of all values in that the letter is at either end of the string then:
=IF(NOT(ISNUMBER(LEFT(A2,1)*1)),LEFT(A2,1),IF(NOT(ISNUMBER(RIGHT(A2,1)*1)),RIGHT(A2,1),""))