Update Pivot Table Dynamically when a column is inserted to dataset

Dan Swartz

Board Regular
Joined
Apr 17, 2020
Messages
53
Office Version
  1. 365
Platform
  1. Windows
I have a need to have a pivot chart update dynamically when a column is inserted. I have not found a way to do this.

Basically, I have an Ice Cream Shop that keeps track of how many scoops of ice cream are served each day. So they have a long. the flavors are across the top with dates being vertically in column B. Along the way, they add a new flavor. so a column is inserted. the problem is the pivot tables will not automatically update to include the new column and flavor. It has no problem adding rows. it's just columns. Is this doable?

As you can see in the picture, Berry Starburst and Crazen are new flavors. but these will not update in the pivot chart automatically.
 

Excel Facts

How to show all formulas in Excel?
Press Ctrl+` to show all formulas. Press it again to toggle back to numbers. The grave accent is often under the tilde on US keyboards.
Your structure is already a crosstabular list and NOT suitable for a pivot table - as you expierienced.
You need to unpivot your data into a dataset list which only grows in rows.
 
Upvote 0
Your structure is already a crosstabular list and NOT suitable for a pivot table - as you expierienced.
You need to unpivot your data into a dataset list which only grows in rows.
I was afraid of that! Ok
 
Upvote 0

Forum statistics

Threads
1,215,467
Messages
6,124,984
Members
449,201
Latest member
Lunzwe73

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