3 April 2026
·5 min read
How to Filter Excel Rows and Download the Results
Filter rows by any condition - text, numbers, dates - and download just the rows you need. Combine multiple filters with AND/OR logic. Free, browser-based, no signup.
If you searched "how to filter Excel rows," you probably have a large spreadsheet and need just a subset of the data. Maybe you need all orders from one region, or all invoices above a certain amount, or all records where a specific column is not empty. You know the rows are in there somewhere - you just need to pull them out and download them.
This comes up constantly: an accounting export with thousands of rows where you only need the overdue ones, a sales report where you need just one territory, a customer list where you need records matching specific criteria.
Excel's built-in AutoFilter can show you the rows, but getting them into a separate file is surprisingly tedious. This guide covers a faster way to filter and download.
Why Excel's built-in filter falls short
- You cannot download filtered results directly. AutoFilter hides rows visually, but when you copy and paste, you often get hidden rows included. Getting a clean filtered export requires careful selection and Paste Special.
- Advanced Filter is confusing. Excel's Advanced Filter can copy results to another location, but setting up the criteria range correctly is unintuitive and breaks easily.
- Combining conditions is awkward. AutoFilter handles one condition per column well. But if you need "Region equals North AND Revenue greater than 10,000," you are stacking dropdown menus and custom filters that are hard to read and easy to get wrong.
- No AND/OR toggle. In standard AutoFilter, conditions within a column use OR logic and conditions across columns use AND logic. You cannot change this without switching to Advanced Filter and its criteria range.
- It does not produce a clean file. Even after filtering, you still have to copy the visible rows, open a new workbook, paste, check that the headers came through, and save. That is four extra steps every time.
Before
1 file · 5,000 rows · all regions, all statuses
After
340 rows matching 2 conditions
5,000 rows filtered down to just the 340 that match your conditions
How to filter Excel rows and download the results
Open the Excel Filter, drop in your file, and set your conditions. The tool shows you a live preview of matching rows as you build your filters. When you are happy with the results, click Download and get a clean .xlsx file with only the rows that match.
Step by step
- Drop your file into the Excel Filter. It accepts .xlsx, .xls, and .csv files.
- Set your conditions. Pick a column, choose an operator (equals, contains, greater than, etc.), and enter a value. Add as many conditions as you need.
- Choose AND or OR logic. AND means all conditions must be true. OR means any condition can be true.
- See the results instantly. The matching row count updates live as you adjust your filters.
- Download. Click the download button to get a clean .xlsx file with only the matching rows.
Filter conditions applied to a spreadsheet
| Order ID | Region | Product | Revenue |
|---|---|---|---|
| ORD-401 | North | Widget A | €12,400 |
| ORD-402 | South | Widget B | €3,200 |
| ORD-403 | North | Widget C | €18,900 |
| ORD-404 | East | Widget A | €7,600 |
| ORD-405 | North | Widget D | €14,100 |
| ORD-406 | South | Widget B | €2,800 |
| Order ID | Region | Product | Revenue |
|---|---|---|---|
| ORD-401 | North | Widget A | €12,400 |
| ORD-403 | North | Widget C | €18,900 |
| ORD-405 | North | Widget D | €14,100 |
Only rows matching both conditions are included in the download
Filter operators available
The tool supports a full range of conditions:
| Operator | What it does |
|---|---|
| equals | Exact match (case-insensitive) |
| not equals | Excludes exact matches |
| contains | Text includes the value anywhere |
| not contains | Text does not include the value |
| starts with | Text begins with the value |
| ends with | Text ends with the value |
| greater than | Number is larger than the value |
| less than | Number is smaller than the value |
| is empty | Cell is blank |
| is not empty | Cell has any value |
You can combine multiple conditions with AND (all must match) or OR (any can match).
Try it yourself
Set your conditions, see results live, download the matching rows.
When to filter Excel files
Extracting overdue invoices. An accounting export has thousands of rows. You need only the ones where Status equals "Overdue" and Amount is greater than 500. Set two conditions and download just those rows.
Pulling data for one region. A national sales report covers every territory. Your manager needs only the North region data. Filter by Region equals "North" and download a clean file to send.
Finding records above a threshold. A product catalog with hundreds of items. You need everything where Stock is less than 10 to create a reorder list. One condition, one download.
Creating filtered subsets to share. You have a large dataset but your colleague only needs rows matching specific criteria. Filter it down and send them a clean file instead of the entire spreadsheet with instructions on how to filter it themselves.
Cleaning data before analysis. Before importing into another tool, you need to remove rows where a required column is empty. Filter by "is not empty" and download only the complete records.
How does this compare to other methods?
| Excel AutoFilter | Excel Advanced Filter | VLOOKUP / COUNTIF | Google Sheets filter | PicoTools | |
|---|---|---|---|---|---|
| Produces a downloadable file | No (requires copy-paste) | Yes (but complex setup) | No | No (requires copy-paste) | Yes |
| Multiple conditions | Limited per column | Yes (criteria range) | Manual per condition | Limited | Yes (unlimited) |
| AND/OR toggle | No | Yes (but unintuitive) | Manual | No | Yes |
| Live preview | Yes | No | No | Yes | Yes |
| Skill needed | Basic | Intermediate | Formula knowledge | Basic | None |
| Works on Mac | Yes | Yes | Yes | Yes (browser) | Yes (any browser) |
| No software needed | No | No | No | No (needs Google account) | Yes |
Your files never leave your device
All processing happens locally in your browser. Your files are not uploaded, stored, or transmitted anywhere. This makes it safe to use with client data, financial records, employee information, or anything confidential.
Frequently asked questions
Can I apply multiple filter conditions at the same time?
Yes. You can add as many conditions as you need. They are combined using AND logic (all must match) or OR logic (any can match), and you can toggle between the two.
What is the difference between AND and OR?
AND means every condition must be true for a row to be included. OR means a row is included if any one of the conditions is true.
Can I filter .xlsx and .csv files?
Yes. The tool supports .xlsx, .xls, and .csv files. The filtered output is always saved as .xlsx.
What operators are available?
Equals, not equals, contains, not contains, starts with, ends with, greater than, less than, greater or equal, less or equal, is empty, and is not empty.
Is there a file size limit?
There is no strict limit. Since everything runs in your browser, performance depends on your device. Most users filter files with tens of thousands of rows without issues.
Does it work on a Mac?
Yes. The tool runs entirely in your browser, so it works on Mac, Windows, Linux, Chromebook, or any device with a modern browser.
Is it safe to use with confidential data?
Your files never leave your device. Nothing is uploaded, stored, or visible to anyone. Processing happens entirely in your browser, and all data is gone when you close the tab.
Ready to try it?
Excel Filter
Drop your files in, choose how to merge, and download the result. No signup, no software. Your files stay on your device.
Open Excel Filter