Pivot tables

pit84

New Member
Joined
Sep 17, 2017
Messages
16
Hi

I have a table that looks like:

[TABLE="width: 500"]
<tbody>[TR]
[TD]Header1
[/TD]
[TD]header 2
[/TD]
[TD]Values
[/TD]
[/TR]
[TR]
[TD]item1
[/TD]
[TD]item3
[/TD]
[TD]1
[/TD]
[/TR]
[TR]
[TD]item2
[/TD]
[TD][/TD]
[TD]1
[/TD]
[/TR]
[TR]
[TD]item3
[/TD]
[TD]item4
[/TD]
[TD]1
[/TD]
[/TR]
</tbody>[/TABLE]

I need header1 and header2 to be row values and Values column to be values. The trick is, I need both headers to be as one row and sum corresponding values, so it looks like:

[TABLE="width: 500"]
<tbody>[TR]
[TD]Headers
[/TD]
[TD]Values
[/TD]
[/TR]
[TR]
[TD]item1
[/TD]
[TD]1
[/TD]
[/TR]
[TR]
[TD]item2
[/TD]
[TD]1
[/TD]
[/TR]
[TR]
[TD]item3
[/TD]
[TD]2
[/TD]
[/TR]
[TR]
[TD]item4
[/TD]
[TD]1
[/TD]
[/TR]
</tbody>[/TABLE]

I created a macro, that creates new table and creates pivot table from the newly created table, but I wonder, if there is a simpler way of doing it by using pivot tables only.

Thanks
 

Excel Facts

Spell Check in Excel
Press F7 to start spell check in Excel. Be careful, by default, Excel does not check Capitalized Werds (whoops)

Forum statistics

Threads
1,223,276
Messages
6,171,139
Members
452,381
Latest member
Nova88

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