0
0
Google Sheetsspreadsheet~8 mins

PivotTable formatting in Google Sheets - Dashboard Guide

Choose your learning style9 modes available
Dashboard Mode - PivotTable formatting
Dashboard Goal

See total sales by product category and region, with clear formatting to highlight top sales.

Sample Data
Order IDProductCategoryRegionSales
1001ChairFurnitureEast250
1002DeskFurnitureWest450
1003PenOffice SuppliesEast120
1004NotebookOffice SuppliesWest200
1005MonitorTechnologyEast600
1006KeyboardTechnologyWest300
1007MouseTechnologyEast150
Dashboard Components
  • Pivot Table: Shows total sales by Category (rows) and Region (columns). Formula: Use Google Sheets menu Data > Pivot table with Category as Rows, Region as Columns, and SUM of Sales as Values.
  • Conditional Formatting: Applied to pivot table sales values to highlight top sales in green and low sales in red. Use Format > Conditional formatting with color scale from red (lowest) to green (highest).
  • Total Sales KPI: Cell showing total sales sum with formula =SUM(E2:E8) referencing original sales data.
Dashboard Layout
+----------------------+-----------------------+
|      Total Sales      |                       |
|       (KPI)           |     Pivot Table        |
|    =SUM(E2:E8)        |  Categories x Regions  |
|                       |  with Conditional      |
|                       |  Formatting            |
+----------------------+-----------------------+
Interactivity

Add a filter slicer on Region to select one or multiple regions. When a region is selected, the pivot table updates to show sales only for that region.

Use Data > Slicer in Google Sheets, set to filter the Region column.

Self Check

If you add a filter to show only East region, which components update?

  • The pivot table will show sales only for the East region.
  • Conditional formatting colors will adjust based on the filtered sales values.
Key Result
Dashboard shows total sales by product category and region with conditional formatting and a total sales KPI.