Hi All!

I have a list mixed alpha numeric strings in column A:

Example:
12345Curt Connely7890
584Carl Carlton9874456
61235467123546Christopher Corey123564234

What I want is a list of the the alpha characters in column B:

Example:
Curt Connely
Carl Carlton
Christopher Corey

Can anybody help me get the desired output?

Thanks!