Pivot Table

Build pivot tables from CSV online: group by columns, aggregate with sum, count, average, min, and max.

Free for files up to 5 MB and 10,000 rows. Files are processed in your browser — nothing is uploaded to a server. No account required.

About Pivot Table

Group rows by one column and aggregate another. Count, sum, average, min and max are available, and the output is a two-column summary sorted from the largest value down.

A Shopify order export answers "revenue by country" this way: group by shipping_country, take the sum of total_price. A support ticket export answers "tickets per agent" with a count. Groups are computed from the whole file, not only the rows currently on screen.

Pick the group-by column, the value column and the aggregation. If the group-by column holds more than 5,000 distinct values the tool says so instead of drawing a summary as long as the original file, which usually means an ID column got selected by mistake.

Related tools