How to Use Pivot Table in Google Sheets: A Complete Beginner’s Guide
Introduction
Working with large datasets in Google Sheets can feel overwhelming—especially when you want to distill insights without writing tons of formulas. That’s where a pivot in Google Sheets becomes your best friend. If you’re wondering how to make pivot table in Google Sheets, this guide will show you step by step—from what a pivot table in Google Sheets is to how you can refresh, edit, and use it to transform your data.
Understanding the Basics of Pivot Tables in Google Sheets
A pivot table Google Sheets tool allows you to summarize, analyze, and compare your data more efficiently than manual formulas. Instead of scrolling through raw data, you can use a pivot table to group, filter, and calculate values in just a few clicks. If you’re asking how to create pivot table in Google Sheets, this is the part where you get grounded in the basic features—rows, columns, filters—and see how Google Sheets and pivot tables work hand in hand.
One quick tip: mastering a pivot table shortcut can save you time. For example, you can create a new pivot table by selecting your data and pressing:
- Windows/ChromeOS:
Alt + D, P(Excel-style, works via compatibility) - Mac: Use the built-in menu (
Insert > Pivot table) for now, as shortcuts are limited.
Key benefits of pivot tables:
- Summarize data instantly.
- Compare multiple values side by side.
- Apply filters without altering your source data.
Step-by-Step: How to Create and Manage Pivot Tables
Here’s how to build and manage pivot tables like a pro:
1. Create a Pivot Table
- Here’s how you can create a pivot table in Google Sheets and then manage it like a pro:
- Select your dataset.
- Go to Insert → Pivot table.
- Choose whether you want the pivot table in a new sheet or existing sheet.
- Once you’ve made the pivot table, you can start customizing: change rows or columns, adjust filters, or alter values. This process shows exactly how to make pivot table in Google Sheets and begin using its power.

2. Refresh a Pivot Table
Data changes all the time, so knowing how to refresh pivot table in Google Sheets is essential. Just click inside the pivot table and hit the “Refresh” option in the editor panel—it updates to reflect your latest data. Likewise, how to edit pivot table in Google Sheets is simple: use the pivot table editor on the right to add or remove rows, columns or values, or adjust filters. You’ll stay agile and accurate as your underlying data evolves.
- Simply click inside the pivot table.
- Look for the “Refresh” option in the pivot table editor panel.
- Your table will update with the latest data.
3. Edit a Pivot Table
Sometimes, you’ll need to update the rows, columns, or filters. To edit pivot table in Google Sheets:
- Click anywhere inside the pivot table.
- Use the Pivot table editor on the right side to adjust fields.
- Add or remove rows, columns, or values as needed.
Create summary as you like – rows, columns and values. You can also use filters to filter out data.
4. Add a Calculated Field
A calculated field lets you create custom formulas within your pivot table. To create a calculated field in pivot table in Google Sheets:
- Open the pivot table editor.
- Click on Values > Add > Calculated field.
- Enter your formula (e.g.,
=Revenue - Cost). - Apply and analyze instantly.
4. Create Pivot table from multiple sheets
There are situations where you need to create a pivot table bu data is in different tabs. Let check out how to do that.
- Make sure the column in all the tabs are in same sequence so that when we merge the data all data should populate flawlessy.
- Now create a new tab where you will enter fomrula to combine all the data in other tabs
- After creating Tab name : All-Data, mention below fomrula –
={QUERY(‘Data-1’!$A$1:$E,”select * where A is not NULL”);QUERY(‘Data-2’!$A$2:$E,”select * where A is not NULL”);QUERY(‘Data-3’!$A$2:$E,”select * where A is not NULL”)}
Lets breakdown the formula and understand it
- QUERY(‘Data-1′!$A$1:$E,”select * where A is not NULL”) = We are using query formula to call data from tab Data-1’!$A$1:$E
- Then we mentioned select * , it is to call all the columns in the data set
- after that Where A is not NULL – it means give me rows which are contains data
- Following above approach we can call all tabs data one by one and cpmbine them using formula ={data;data;data}
- Here data means QUERY(‘Data-1’!$A$1:$E,”select * where A is not NULL”)
In above video I have explained the entire formula and you can watch it in working.
Advanced Tips, FAQs, and Mistakes to Avoid
Common Mistakes to Avoid
- Not refreshing regularly: Always refresh pivot table in Google Sheets when your source data changes.
- Using wrong ranges: Double-check your selected range before inserting.
- Forgetting calculated fields: They can simplify analysis and reduce extra formulas.
FAQs
Q: Is there a pivot table shortcut for editing quickly?
- While no direct universal shortcut exists, you can speed up work by customizing menu access or using add-ons.
Q: Can I add multiple calculated fields?
- Yes, you can insert multiple formulas to create deeper analysis within your pivot table.
Q: Do pivot tables work with real-time data?
- Yes, but you must refresh them to see updates.
Conclusion
Pivot tables are an essential skill if you want to make sense of big datasets without spending hours on manual calculations. By learning how to use pivot table in Google Sheets, including how to refresh pivot table in Google Sheets and how to edit pivot table in Google Sheets, you’ll be able to analyze data smarter and faster. Once you’ve mastered creating and managing a pivot table in Google Sheets, you’ll see how powerful Google Sheets and pivot tables can really be.
You’ll Love This
| Learn Google Sheets – Basic to Advance |
| How Does VLOOKUP Work ? |
| How to Use Pivot Table in Google Sheets: A Complete Beginner’s Guide |
Gmail Automation Tool – One Tool Multiple Features
Learn everything about the Google Sheets QUERY function in this step-by-step guide. From understanding its syntax to using SELECT, WHERE, and ORDER BY clauses, you’ll see how to filter data by text, numbers, and dates, pull data across tabs or even between different Sheets, and fix common issues like duplicate headers. A complete resource for…
How to use SQL Aggregate Functions
How to use SQL Aggregate Functions With 9+ years in SEM and data automation, Piyush Nair helps businesses and individuals simplify processes using Google Sheets, Excel, Apps Script, and other productivity tools, turning data into actionable insights How this article is generated : This article was written by a human author and AI is used…
What is Offset in SQL
What is Offset in SQL With 9+ years in SEM and data automation, Piyush Nair helps businesses and individuals simplify processes using Google Sheets, Excel, Apps Script, and other productivity tools, turning data into actionable insights How this article is generated : This article was written by a human author and AI is used in…