How to use the FILTER function in Excel

If you regularly work with data sets in Excel, you know how important it is to be able to quickly find the information you need. Whether you're analyzing sales figures, tracking inventory, or managing a budget, the ability to filter data is essential.

Fortunately, Microsoft Excel has a powerful built-in tool that can help: the FILTER function. Using the FILTER function, you can quickly sort through large data sets and extract the data you need based on specified conditions.

Table of Contents

What is the FILTER function?

The FILTER function in Excel allows you to extract a subset of data from a range based on one or more criteria. This function evaluates each value in a data range and returns rows or columns that meet the criteria you set. The criteria are expressed as formulas that evaluate to a logical value.

The FILTER function uses the following syntax:

=FILTER(array, include, [if_empty])

In there:

  • array is the range of cells you want to filter.
  • include represents the condition you want to use to filter your data. This can be a single criterion or multiple criteria separated by Excel logical functions.
  • [if_empty] is an optional argument that specifies the return value if no data meets the specified condition.

How to use the FILTER function in Excel

Let's look at an example to understand how to use the FILTER function in Excel. Suppose you have a data table that includes columns for Name, Age, and Gender, and you want to filter the table to show only females. You would use the following formula:

=FILTER(A2:C10, C2:C10="Female")
How to use the FILTER function in Excel
Excel spreadsheet showing how to use the FILTER function

To parse the formula, the array argument is A2:C10 and the criteria argument is C2:C10="Female". This formula will return an array of values ​​that includes only rows where Gender is "Female".

Let's look at another example! Let's say you have a data table that includes columns for Product Name, Category, and Price . You want to filter the table to show only rows with a price less than or equal to $400. You would use the following formula:

=FILTER(A2:C10, C2:C10<>
How to use the FILTER function in Excel
Spreadsheet showing FILTER formula with results in Excel

The FILTER function uses the logical operator (<=) to test the Price column for a condition that it is less than or equal to $400.

Using multiple criteria in the FILTER function

Excel's FILTER function allows you to specify more than one criteria to filter data. To add multiple criteria in the FILTER function, you need to use the "AND" or "OR" logical functions.

The AND function requires all criteria to be true for a row to be included in the filter results, while the OR function requires at least one of the criteria to be true for a row to be included in the results.

Here is an example of using the AND function within the FILTER function to extract data from a range based on two criteria:

=FILTER(A2:C10, (B2:B10="Tech")*(C2:C10>400))
How to use the FILTER function in Excel
Spreadsheet showing FILTER formula with multiple criteria in Excel

This formula returns rows that meet two specified criteria. The first criterion is that the value in column B must be Tech and the second criterion is that the value in column C must be greater than 400 . The asterisk symbol ( * ) represents the AND operator, which combines the two criteria.

How to use FILTER with other Excel functions

The FILTER function in Excel can be used with many other functions to perform advanced calculations and analysis on specific sets of data in a large table.

A common way to use FILTER with other functions is to first filter a range of data with the FILTER function, and then apply another function to the filtered list. For example, you can sort data using the SORT function along with the FILTER function.

Here's an example: Suppose you have a table that contains information about different products including their names, prices, and availability. You want to filter the table to show only the products that are in stock and sort the filtered list by price.

The formula, in this case, would be:

=SORT(FILTER(A2:C10, C2:C10="In Stock"), 2, TRUE)
How to use the FILTER function in Excel
Excel spreadsheet showing how to use the FILTER function with SORT

This formula will return a filtered table with only the products currently in stock, sorted by their price in ascending order. The second argument in the SORT function (i.e. 2) represents the column number you want to sort by.

In this case, we want to sort by the price in column B, so we use the number 2. The third argument in the SORT function (i.e. TRUE) specifies that we want to sort the values ​​in ascending order.

Here are other Excel functions that you can combine with the FILTER function:

  • SUMIF or AVERAGEIF : You can use the FILTER function to create a subset of data that meets certain criteria, and then use the SUMIF or AVERAGEIF function to calculate the sum or average of that subset of data.
    • For example, if you have a list of sales data for different products and want to calculate the total sales for a specific product, you can use FILTER to create a subset of data for that product, and then use the SUMIF function to calculate the total sales.
  • MAX and MIN : You can use the FILTER function to find the largest or smallest value in a subset of data that meets certain criteria. In the sales data example, you could use the FILTER function with MAX or MIN to find the product with the highest or lowest sales.
  • COUNT : You can also use the COUNT function with FILTER to get the number of cells that meet certain criteria.

Overall, combining the FILTER function with other Excel functions can help you perform more advanced analysis and make your data more meaningful and useful.

Filter data effectively with Excel's FILTER function

Excel's FILTER function allows you to quickly and easily filter data based on specified conditions. Using the FILTER function, you can avoid the hassle of manually sorting through large data sets to find the data you need. You can specify multiple criteria and combine them using operators like "AND" and "OR", giving you flexibility and control over your filter formula.

Whether you're an experienced analyst or a beginner, Excel's FILTER function can help you streamline your workflow and get the most out of your data.

Leave a Comment

How to fix #SPILL! error in Microsoft Excel

How to fix #SPILL! error in Microsoft Excel

The #SPILL! error in Excel is quite common and it is quite simple to fix. Here is how to fix the #SPILL! error easily in Excel.

Why Checkbox is an underutilized Excel feature?

Why Checkbox is an underutilized Excel feature?

On the surface, Excel Checkboxes seem like a very simple feature - which is probably why they are often overlooked.

Why Excel is the only project management tool you need?

Why Excel is the only project management tool you need?

Many people have tried many project management tools, but still come back to Excel for project management. While it may not be perfect for everyone, it is a simple, yet effective solution that you already know how to use.

Microsoft allows users to use Office applications on Windows for free, but with some limitations.

Microsoft allows users to use Office applications on Windows for free, but with some limitations.

Microsoft recently raised the price of its Microsoft 365 subscription, justifying the change by adding more AI experiences to the service.

TRUNC Function: How to remove decimals and shorten numeric values

TRUNC Function: How to remove decimals and shorten numeric values

There are different ways in Excel to remove decimals and shorten numeric values. In this article, Quantrimang.com will explain how to use the TRUNC function and point out what makes it different from other techniques.

SUBTOTAL Function: Calculates the total value of a filtered list in Excel

SUBTOTAL Function: Calculates the total value of a filtered list in Excel

The sum function when filtering data is very important for Microsoft Excel users. This article will summarize for you how to filter and calculate sum in Excel using Subtotal.

How to Export Airtable to Excel and Google Sheets

How to Export Airtable to Excel and Google Sheets

Airtable lets you create and share relational databases easily. Export your Airtable data to Google Sheets or Excel to enjoy the benefits of advanced charts and data visualization.

Effective ways to use ChatGPT in Excel

Effective ways to use ChatGPT in Excel

Curious about how ChatGPT can enhance your Excel experience? Here are some tips for using ChatGPT in Excel.

How to use the WORKDAY function in Microsoft Excel

How to use the WORKDAY function in Microsoft Excel

In Microsoft Excel, the WORKDAY function is a date and time function and its purpose is to return the date before and after the specified number of working days. Working days do not include weekends or any days defined as holidays.

Why are so many people stopping using Google Sheets and going back to Excel?

Why are so many people stopping using Google Sheets and going back to Excel?

For a while, Google Sheets lured people away from Excel. But many people came back after realizing that Google Sheets is far from beating Excel.

How to use the TREND function in Excel

How to use the TREND function in Excel

You can calculate and visualize trends in Excel using the TREND function. Here's how to use the TREND function in Microsoft Excel.

How to enable and disable macros on Excel

How to enable and disable macros on Excel

The following article will guide readers how to enable and disable macros in Excel 2007, 2010, 2013 and 2016.

How to fix the error of printing blank pages in Microsoft Excel

How to fix the error of printing blank pages in Microsoft Excel

How to fix the error of printing blank pages in Microsoft Excel. Why do some Excel documents not display data or contain blank pages when printed? Below are the reasons

How to pin Word, Excel and PowerPoint files to the corresponding app icon on the Windows 11 taskbar

How to pin Word, Excel and PowerPoint files to the corresponding app icon on the Windows 11 taskbar

How to pin Word, Excel and PowerPoint files to the corresponding app icon on the Windows 11 taskbar, How to pin Office files to the taskbar icon on Windows 11? Invite

What Young Riders Should Know About Moving Their Motorcycles Across Cities

What Young Riders Should Know About Moving Their Motorcycles Across Cities

Long-distance travel can involve heavy traffic, changing weather conditions, and rider fatigue. If you are also dealing with the responsibilities of moving home, such as packing belongings or coordinating accommodation, a long ride may add unnecessary pressure to an already busy schedule.

Solving Microsoft Teams Shortcut Error Not Opening

Solving Microsoft Teams Shortcut Error Not Opening

Tired of Microsoft Teams shortcut error preventing you from opening the app? Follow our expert, step-by-step guide with the latest fixes for instant resolution. Works on Windows, Mac &amp; web – no tech skills needed!

Solving Microsoft Teams Task Management Sync Error

Solving Microsoft Teams Task Management Sync Error

Tired of Microsoft Teams Task Management Sync Error halting your workflow? Follow our proven, step-by-step fixes to resolve sync issues fast and restore seamless task collaboration. No tech expertise needed!

Troubleshooting Microsoft Teams Wiki Error Formatting

Troubleshooting Microsoft Teams Wiki Error Formatting

Struggling with Microsoft Teams Wiki Error Formatting? This step-by-step guide reveals proven fixes for common wiki tab issues, ensuring smooth editing and collaboration in Teams. Get back to productive wikis fast!

How to Fix Microsoft Teams Installation Error for Linux

How to Fix Microsoft Teams Installation Error for Linux

Struggling with Microsoft Teams installation error on Linux? Discover step-by-step fixes for Ubuntu, Fedora & more. Resolve dependency issues, crashes, and errors quickly with our ultimate guide. Get Teams running smoothly today!

Solving Microsoft Teams Error Page Not Loading

Solving Microsoft Teams Error Page Not Loading

Struggling with Microsoft Teams "Error Page" not loading? Get step-by-step fixes for desktop, web, and mobile. Solve Microsoft Teams Error Page issues quickly and resume seamless teamwork today.

Solving Microsoft Teams Error Screenshot Issues

Solving Microsoft Teams Error Screenshot Issues

Tired of Microsoft Teams "Error Screenshot" blocking your workflow? Get proven, step-by-step solutions to resolve screenshot errors in Teams instantly and boost productivity. No tech skills needed!

How to Fix Microsoft Teams Error U User

How to Fix Microsoft Teams Error U User

Tired of Microsoft Teams "Error U" User blocking your chats? Get proven, step-by-step fixes to clear cache, reset, and restore seamless collaboration instantly.

Where are Microsoft Teams Registry Keys Located on Windows 11?

Where are Microsoft Teams Registry Keys Located on Windows 11?

Unlock the precise locations of Microsoft Teams registry keys on Windows 11. Step-by-step guide to find, access, and safely tweak them for optimal performance and troubleshooting. Essential for IT pros and Teams enthusiasts.

How to Fix Microsoft Teams Training Error Video Lag

How to Fix Microsoft Teams Training Error Video Lag

Tired of Microsoft Teams "Training Error" Video Lag ruining your meetings? Follow our step-by-step guide with the latest fixes for smooth video calls—no more frustration!

How to Fix Microsoft Teams Error occurred During Sign-In

How to Fix Microsoft Teams Error occurred During Sign-In

Frustrated by Microsoft Teams "Error occurred" during sign-in? Discover proven, step-by-step fixes to get back online fast. Clear cache, reset app, and more for seamless login. Works on Windows, Mac &amp; web.

Troubleshooting Microsoft Teams Call Error Disconnecting

Troubleshooting Microsoft Teams Call Error Disconnecting

Struggling with Microsoft Teams "Call Error" Disconnecting? Discover proven, step-by-step fixes for call drops, network issues, and more. Get back to seamless meetings fast with our expert troubleshooting guide.

How to Fix Microsoft Teams Error 2603: Login Loop Fix

How to Fix Microsoft Teams Error 2603: Login Loop Fix

Stuck in Microsoft Teams Error 2603 login loop? Get proven step-by-step fixes to resolve the issue fast and restore seamless teamwork. Clear cache, reset, reinstall – all covered!

How to Fix Microsoft Teams Voice Call Error

How to Fix Microsoft Teams Voice Call Error

Tired of Microsoft Teams voice call errors? Follow our step-by-step guide to troubleshoot no audio, echo, or call drops. Proven fixes for crystal-clear calls every time.

How to Fix Microsoft Teams Workflows Error Power Automate

How to Fix Microsoft Teams Workflows Error Power Automate

Struggling with Microsoft Teams "Workflows Error" in Power Automate? Discover proven, step-by-step fixes to resolve connection issues, permissions, and more. Get your workflows running smoothly today!