Pivot tables let you summarize, group, and analyze large datasets by reorganizing your data into meaningful cross-tabulations.Documentation Index
Fetch the complete documentation index at: https://sourcetable.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Creating a pivot table
Insert a pivot table
Go to Insert > Pivot Table. Choose whether to place it on a new sheet or the current sheet.
Pivot table areas
| Area | Purpose | Example |
|---|---|---|
| Rows | Categories displayed as rows | Product names, regions, dates |
| Columns | Categories displayed as columns | Months, status values |
| Values | Data to aggregate | Sum of revenue, count of orders |
| Filters | Criteria to filter the entire pivot | Year = 2024, Region = “West” |
Aggregation functions
Values in pivot tables can be aggregated using:- Sum — total of all values
- Count — number of entries
- Average — mean value
- Min / Max — smallest or largest value
- Standard deviation — measure of variability
Creating pivot tables with AI
You can also ask the AI assistant to create pivot tables:- “Create a pivot table showing total sales by region and product category”
- “Summarize this data by month with average order value”
- “Make a pivot table of employee count by department and location”
make_pivot tool to build the pivot table and can modify it with edit_pivot based on follow-up instructions.