Pivot Table Not Including New Data When Refreshing

zalik22

Board Regular
Joined
Dec 14, 2010
Messages
111
Office Version
  1. 365
Platform
  1. Windows
Hi,

I have three columns of data, date, price1, and price2. When I add new rows of data, my pivot table does not include the new rows. I have to check off the new dates in the drop list and then it adds the data to the pivot table. My pivot table data source DOES include blank rows. Any tips to have the pivot table automatically include the new dates and data after refreshing and still exclude the blank rows?

Thanks!
 

Excel Facts

How to calculate loan payments in Excel?
Use the PMT function: =PMT(5%/12,60,-25000) is for a $25,000 loan, 5% annual interest, 60 month loan.
Create a dynamic range and link the pivot table to the dynamic range as data source.

=OFFSET($A$1,0,0,MATCH(REPT("z",10),$A:$A),3)

Sorry i didn't read your post properly. I think this would work, it uses the default version of match
If that doesn't work you need a VBA solution
 
Last edited:
Upvote 0
I used a dynamic range and it worked. Thanks a lot!

Create a dynamic range and link the pivot table to the dynamic range as data source.

=OFFSET($A$1,0,0,MATCH(REPT("z",10),$A:$A),3)

Sorry i didn't read your post properly. I think this would work, it uses the default version of match
If that doesn't work you need a VBA solution
 
Upvote 0

Forum statistics

Threads
1,216,151
Messages
6,129,162
Members
449,489
Latest member
spvclub

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