F Filtering out numbers vs text Jul 3, 2008 #1 I have a spreadsheet with data that has numbers and/or text. How do I filter out the data with only numbers?
I have a spreadsheet with data that has numbers and/or text. How do I filter out the data with only numbers?
P Pete_UK Jul 3, 2008 #2 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
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