Well to clarify things a bit, I won't be translating anything. I'm just trying to select data where the second position is alphabetical(i.e. a-z) so is there a way I can specify that without actually typing out all the letters in the alphabet?

I know I could do it with something like .. SUBTR(column-name,2,1) in 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' but I'm assuming there some decent class function or something I could use?