Auto-Filter Problems...

  • Thread starter Thread starter Kompressor
  • Start date Start date
K

Kompressor

At my business we use a certain format for our sales orders. In 2004 w
had a format of the job number and the year, such as 4304 or 1704. Fo
some reason, our autofilter cannot seem to sift through this. Fo
instance, after applying our autofilter to the sales order column o
our spreadsheets, even using the search 'contains' or 'ends with' 0
won't bring up all the items that contains or ends with 04.

Can anyone explain/help correct this problem
 
YOu can't use an AutoFilter to find a number within a number.

You can use an Advanced Filter, as described here:

http://www.contextures.com/xladvfilter02.html#Number

Or, add a column to the table, and use the FIND function to test for a
number. For example, with '04 in cell F1:

=ISNUMBER(FIND($F$1,E2))

Then, filter that column for 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

Similar Threads

Auto-filter selection 1
Date problem\Auto Filter 3
Data-Filter on Multiple Entries in Cell 2
Excel Macro to use cells as a autofilter 0
Excel Auto Filter 3
Help with Auto Filter "Ends With" 6
Excel 2003 1
Sorting/Filtering 5

Back
Top