Skip to content

Aggregation Functions

As described in the Sum, Count, Aggregate section of the guided tutorial, in Tabmega, the only way to compute aggregates like sums, averages, or counts is through pivot tables. This design might feel different at first, especially if you’re accustomed to typing =SUM(A1:A100) or =AVERAGE(B2:B500). However, there’s a solid reason for this approach: pivot tables give your analysis a structured framework that’s better suited for handling the enormous datasets Tabmega is built to handle.

When you write formulas for aggregate calculations in Excel or Google Sheets, you’re typically referencing cell ranges. This works well for smaller datasets, but as the amount of data grows, those formulas can become harder to manage, slower to calculate, and prone to errors. In contrast, Tabmega’s pivot tables encourage you to group, filter, and summarize data in a way that is both systematic and scalable. Instead of manually selecting ranges and writing individual formulas, you define how your data should be aggregated with a pivot table.

screenshot

Summarize by functions in pivot tables

Below are the aggregation functions available for pivot table Summarize by.

NameDescription
SUMSum numeric values
COUNTACount of non-blank values
COUNTUNIQUECount of unique non-blank values
AVERAGEAverage of numeric values
MAXMin of numeric values
MINMax of numeric values