How do I filter a cell to look for anything w/ text vs numbers?

  • Thread starter Thread starter Filtering out numbers vs text
  • Start date Start date
F

Filtering out numbers vs text

I have a spreadsheet with data that has numbers and/or text. How do I filter
out the data with only numbers?
 
In a helper column you can introduce a formula like:

=ISNUMBER(A2)

assuming your values are in column A. Copy this down and it will give
TRUE or FALSE, and you can filter on this.

Hope this helps.

Pete
 

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