Introduction
The FILTER function helps you pick only the rows you want from a table based on a rule you set. This is useful when you want to focus on specific data, like sales from one region or dates in a certain year.
When you want to show sales only for the current year in a report.
When you need to create a list of customers who bought more than 100 items.
When your dashboard should display data only for a specific product category.
When you want to calculate totals but only for a certain region.
When you want to compare filtered data sets side by side.