View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
William William is offline
external usenet poster
 
Posts: 2
Default Custom filter will not return characters between 1-9 inclusive

I have an alphanumeric column for which I am attempting to filter for all
numeric between 1-9. If I try "greater than or equal to 1" AND "less than or
equal to 9" I get NO rows, even though there are values from 1-9. Even
trying just "less than or equal to 9" returns no rows.

What am I missing here?