Hi,

I have a list of data pieces having a numeric character in the following format:

9 dupont
Reliance
IBM 10
Quest 11
12
Avon Corp 13
.
.
.

Can someone suggest a function to remove the numerals from the list and get the following output:

dupont
Reliance
IBM
Quest
Avon Corp