Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi all,
I was hoping you can help me with this question: how do I build a pivot table which looks like a "group by" operation in a database? Let's say I have this table: Continent Product Sales Asia Red 100 Asia Yellow 200 Asia Red 100 Asia Yellow 300 Europe Red 100 Europe Yellow 200 Europe Red 100 Europe Yellow 300 An Excel Pivot table will return this: Row Labels Sum of Total sales Asia 700 Red 200 Yellow 500 Europe 700 Red 200 Yellow 500 Grand Total 1400 whereas a statement like: select Continent, Product, sum(Sales) as TotalSales from MyTable group by Continent, Product in SQL will return: Continent Product Total sales Asia Red 200 Asia Yellow 500 Europe Red 200 Europe Yellow 500 Is there an easy way to obtain the latter in Excel? Thanks! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Pivot table group help | Excel Discussion (Misc queries) | |||
Creating a preato from a group of data choosen from a pivot chart | Excel Discussion (Misc queries) | |||
how to group a pivot table | Excel Discussion (Misc queries) | |||
Pivot Table, can't group | Excel Discussion (Misc queries) | |||
Pivot Table - no group on web | Excel Discussion (Misc queries) |