Pivot table - refresh new rows?

kiwi

New Member
Joined
Apr 26, 2002
Messages
3
How can I get a pivot table to dynamically refresh/accept new rows that are added to the worksheet? The 'refresh data' option only seems to update the pivot table when existing data rows have been changed.

Thank you
 

Excel Facts

Easy bullets in Excel
If you have a numeric keypad, press Alt+7 on numeric keypad to type a bullet in Excel.
On 2002-04-27 05:30, kiwi wrote:
How can I get a pivot table to dynamically refresh/accept new rows that are added to the worksheet? The 'refresh data' option only seems to update the pivot table when existing data rows have been changed.

Thank you

Create a dynamic name range, say, Data, and give this as Range to your already created pivot table (PT):

Activate a cell within your PT.
Activate PivotTable Wizard that gives you a window entitled "PivotTable and PivotChart Wizard - Step 3 of 3".
Activate the Back button, which gives you "Step 2 of 3", showing Range with its current value.
Replace that current value with dynamic name range.

Next time to refresh while new rows added to your data, you'll see them included.

If you don't know how to create a dynamic name range, post the current range address of your data along with the kind of data (numbers, dates, or text) the range houses and the name of the sheet where your data is located.

Aladin
 
Upvote 0
On 2002-04-27 06:28, kiwi wrote:
Oops I meant

=OFFSET(Sheet1!$A$1,0,0,COUNT(Sheet1A:$A),16)

You have a typo in that formula:

=OFFSET(Sheet1!$A$1,0,0,COUNT(Sheet1!$A:$A),16)

By the way, if there is ever a blank cell in A, this formula will cause havoc. Change it as follows to cover the problem with possible blanks:

=OFFSET(Sheet1!$A$1,0,0,MATCH(9.99999999999999E+307,Sheet1!$A:$A),16)

Aladin
 
Upvote 0

Forum statistics

Threads
1,213,489
Messages
6,113,954
Members
448,535
Latest member
alrossman

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