Filter

This function identifies data in the selected column, which satisfies two specified criteria. The criteria 'greater than', 'less than', 'equals' etc. are used for numeric fields and 'contains sequence' and 'equals' for text fields.

Example:

Price: not more than $100 and not less than $85

Initial table:

 ABC
1Price $Standard 
280475 
395585 
4150585 
5100990 
6100500 

Output table:

 ABC
1PriceStandard 
295585 
3100990 
4100500 
5   
6   


learn more



We want you to find this page by the following keywords:

excel data filter, autofilter excel, filter data in excel, how to filter data in excel, access filter data, vba filter data, enable data filter in excel, data filtering, filter table data, filtering an excel database, advanced filter
how it works:

load file(s)
open Function Wizard
choose Filter function
specify file number
select the column for processing
specify selection criteria
press Run button to get the results