Hello. How would I do an if statement to say, If the 8th character is a letter, return true, if it is a number return false?

123456 Harvard

My attempt: If(Left(Cell,8)=.....

Thanks