Pivot tables with multiple date columns

leemcd

New Member
Joined
Feb 6, 2018
Messages
1
Hi there,
I'm trying to work out how to create 2 different pivot tables from the one table. Here is an example table below:

[TABLE="width: 600"]
<tbody>[TR]
[TD]Product[/TD]
[TD]Brand[/TD]
[TD]Category[/TD]
[TD]Jan Qty[/TD]
[TD]Jan Sales[/TD]
[TD]Feb Qty[/TD]
[TD]Feb Sales[/TD]
[TD]Mar Qty[/TD]
[TD]Mar Sales[/TD]
[/TR]
[TR]
[TD]Item 1
[/TD]
[TD]Brand 1[/TD]
[TD]Cat 1[/TD]
[TD]5[/TD]
[TD]$500[/TD]
[TD]4[/TD]
[TD]$400[/TD]
[TD]7[/TD]
[TD]$700[/TD]
[/TR]
[TR]
[TD]Item 2[/TD]
[TD]Brand 2[/TD]
[TD]Cat 1[/TD]
[TD]20[/TD]
[TD]$50[/TD]
[TD]30[/TD]
[TD]$75[/TD]
[TD]10[/TD]
[TD]$25[/TD]
[/TR]
[TR]
[TD]Item 3[/TD]
[TD]Brand 2[/TD]
[TD]Cat 2[/TD]
[TD]6[/TD]
[TD]$60[/TD]
[TD]5[/TD]
[TD]$50[/TD]
[TD]10[/TD]
[TD]$100[/TD]
[/TR]
[TR]
[TD]Item 4[/TD]
[TD]Brand 3[/TD]
[TD]Cat 2[/TD]
[TD]10[/TD]
[TD]$250[/TD]
[TD]30[/TD]
[TD]$750[/TD]
[TD]10[/TD]
[TD]$250[/TD]
[/TR]
</tbody>[/TABLE]

Ideally I want to create a pivot table where I can collate sales quantities over a month range, and then sort the data via category, or brand etc. Then another pivot table where I do the same but for the Sales$

Any ideas?

Lee
 

Excel Facts

Why does 9 mean SUM in SUBTOTAL?
It is because Sum is the 9th alphabetically in Average, Count, CountA, Max, Min, Product, StDev.S, StDev.P, Sum, VAR.S, VAR.P.

Forum statistics

Threads
1,224,823
Messages
6,181,178
Members
453,021
Latest member
Justyna P

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top