A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Excel’s normal Find and Replace does not have a wildcard that means “any digit.”
You might want to consider using a helper column, then use this formula (if the cell is A2), then drag it down. And then copy and value and paste (use paste special > values) to the column you want.
=REGEXREPLACE(A2,"[0-9]+","")