Delete Words Not Numbers

  • Thread starter Thread starter evoxfan
  • Start date Start date
E

evoxfan

I have a column with blanks, text, and numbers.

I want to delete the text and keep all numbers.

What is the easiest way to do this?
 
Select the column
F5>Special
Constants
Uncheck all under Formulas except Text
OK

You can no delete the cells or complete rows
 
I think I'd add a column and put this in it

=ISTEXT(A1)

I'd then autofilter and delete the entries with TRUE.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top