Data Analysis•7 min read
Google Sheets Slicers: Filter Charts and Pivot Tables
Google Sheets slicers filter charts and pivot tables, combine controls, and why formulas stay unchanged.
SheetHub••7 min
Google Sheets slicers change charts and pivot tables, while an ordinary
A slicer is a visual filter control attached to a data range. You choose a column, such as Region, Product, or Order Date, and then select the values that should remain visible to connected dashboard objects.
Slicers are useful for interactive views because the control gives readers a visible way to change the chart or pivot table without opening a filter menu. They work best when the chart, pivot table, and slicer use the same source range or are built from compatible data.
A slicer is not a general-purpose condition that every formula can read. Selecting
Start with a clean table. Put field names in the first row, keep one record per row, and avoid merged cells inside the source range. For example, a sales table might contain
A slicer is only useful when the object it should control is connected to the same data context. Connect the objects in this order:
Multiple slicers can make a dashboard easier to explore, but only when each control has a clear job. A common arrangement uses one slicer for Region and another for Product. A viewer can then narrow the same dashboard in two dimensions.
Keep the controls consistent:
These tools solve different problems:
If a dashboard KPI must respond to a selected region, store the selection in a cell and reference that cell in the KPI formula. That creates an explicit connection between the control value and the calculation. A slicer alone is not a replacement for formula criteria.
This separation also helps when you troubleshoot a report. If the chart changes but the KPI does not, compare their data paths. The chart may be responding to the slicer while the KPI still reads the complete source range. If the KPI should summarize only visible rows, design that behavior deliberately rather than assuming the slicer will provide it.
Check the data range first. Make sure the slicer includes the rows and columns used by the chart or pivot table.
Check the selected column next. A slicer configured for Product cannot filter by Region until you change its column.
Inspect the headers and values for accidental blanks, inconsistent spelling, and text dates.
Compare the source ranges in the chart and pivot settings to confirm that both use the intended data.
Test a single value so you can see more easily whether the chart responds.
Check other filters because a pivot filter, filter view, or hidden source condition may already exclude the rows you expect.
Separate formula behavior from slicer behavior. If only a formula result fails to change, the issue may be an expected scope limitation rather than a broken slicer.
For larger dashboards, document the source range and the purpose of each control near the build notes. You can also use Google Sheets Canvas dashboards as a design reference when arranging several interactive elements, while keeping the slicer's data scope explicit.
Google Sheets slicers provide visible controls for filtering connected charts, tables, and pivot tables. They are especially useful for region, product, and date views in dashboards. They do not automatically change ordinary
SUM result stays exactly the same. The control is working as designed: slicers filter connected charts, tables, and pivot tables, but they do not automatically rewrite every formula in the spreadsheet.
That distinction matters when you build a dashboard. A viewer may select one region and see a chart update, then wonder why a KPI cell still shows the total for every region. Once the source range and slicer scope are clear, the behavior becomes predictable.
What a slicer filters in Google Sheets
West in a slicer does not automatically make SUM(B2:B100) calculate only West rows. If a metric must respond to a selection, build that metric around a cell containing the selected value, or calculate from a deliberately filtered result. Do not promise that a slicer will change ordinary formulas just because it changes a chart.
For dashboard summaries, Google Sheets slicers and pivot tables work well together because they summarize the same source data in a structure that slicers can control.
Add a slicer to a data range
Date, Region, Product, Units, and Revenue.
Add the slicer with these steps:
- Select a cell inside the source range, or select the complete range you want to use.
- Open Data and choose Add a slicer.
- In the slicer panel, confirm the data range.
- Choose the column that should drive the filter, such as
Region. - Use the slicer control to select one value, several values, or all values.
Region filter. A visible label helps dashboard readers understand whether the control filters region, product, date, or another field. If the source range includes a header row, keep the header descriptive and consistent. A blank or duplicated header makes the control harder to identify later.
After creating the slicer, test it with a chart that uses the same source data. Select one region and check whether the chart changes. Then restore the all-values state so the dashboard starts from a neutral view.
Connect slicers to charts and pivot tables
- Prepare the source table with stable headers.
- Add a chart from that table.
- Add a slicer and choose the field that viewers will use.
- Add a pivot table from the same source when a summarized view is useful.
- Select values in the slicer and verify each connected object independently.
Use multiple slicers without confusing viewers
- Give every slicer a label that matches its source column.
- Place related controls together above the chart or pivot table.
- Keep the default state broad enough to show meaningful data.
- Test combinations such as one region with one product and all products with all regions.
- Provide a simple reset convention, such as returning each control to all values.
Slicers versus filter views and formulas
| Tool | Best use | What it changes |
|---|---|---|
| Slicer | A visible dashboard control | Connected charts, tables, or pivot views using the relevant data context |
| Filter view | A personal or saved table view | The rows shown in a filtered view without changing other users' views |
| Formula criteria | A calculated result | The output of a formula such as SUMIFS, FILTER, or QUERY |
Troubleshoot a slicer that appears not to work
Summary
SUM, QUERY, or other formula results. Use consistent source ranges, clear labels, deliberate multi-slicer layouts, and explicit formula criteria when a calculated KPI must follow a selection. Test each connected object before sharing the dashboard.Article Topics
Recommended Next Reading
Excel
=FILTER(...)Excel Slicers: Filter PivotTables and Tables
Explore ↗
Google Sheets
=GOOGLE(...)Google Sheets INDIRECT: Build Dynamic Sheet References
Explore ↗
Excel
=EXCEL(...)Excel MODE.MULT: Find Multiple Modal Values in Data
Explore ↗
Share this tutorial
Discussion & Community
Share questions, tips, or edge-cases about this spreadsheet formula.