My filter is not working for numbers & text

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a big list containing numbers and text. I put a filter but it only
filters the numbers. I sorted my list in ascending order, the numbers appear
first.
 
An AutoFilter dropdown list will only show 1000 entries. If your column
has more than 1000 unique items, they can be filtered, but they can't
all be displayed in the dropdown list. The items in the column appear
alphabetically sorted in the dropdown list, and only the first 1000
alphabetical entries will appear.

To AutoFilter for an item that doesn't appear in the dropdown list, you
can choose Custom from the dropdown list, and type the criteria, as
you're currently doing. Also, there are a couple of workarounds here:

http://www.contextures.com/xlautofilter02.html
 
Back
Top