Pivot Table Overlapping

MikeJ100

New Member
Joined
Jan 30, 2017
Messages
41
Office Version
  1. 365
Platform
  1. Windows
I have a workbook with many pivot tables and today when I update I get PivotTable report cannot overlap another PivotTable report.

I have inserted many rows and columns and still I get the dreaded message.

How can I find the pivot table that is causing my blood pressure to rise?

Thanks for your help.
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
If your pivot table always has the same layout (filters), you could use a helper column. Take for instance below screenshot. The pivot table should start with header ZONE, and end with either a blank line or ENDTOTAL (note: i manually translated the headers from Dutch, so they might be different from yours).


You could then use the following formula:
=IF(AND(D49="ZONE",AND(D48<>"",D48<>"ENDTOTAL")),1,2)


Any row with a 1 would be a pivot that overlaps the preceding pivot table.

If your pivot table does not have filters, then you could base it on the header "rowlabels". If the pivot table does not always have the same layout, then you are out of luck. ;)


 
Upvote 0

Forum statistics

Threads
1,214,641
Messages
6,120,693
Members
448,979
Latest member
DET4492

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