+ Reply to Thread
Results 1 to 2 of 2

Is there a way to update the pivot table as data is added to the original worksheet?

  1. #1
    Registered User
    Join Date
    01-22-2010
    Location
    Columbus, OH
    MS-Off Ver
    Excel 2003
    Posts
    7

    Is there a way to update the pivot table as data is added to the original worksheet?

    Is it possible for a pivot table to automatically update as data is added to original spreadsheet? I need to add data rows to my spreadsheet almost daily...will I need to redo the pivot table each time?

    Thanks!
    Last edited by rjahoo7; 03-03-2010 at 12:28 PM.

  2. #2
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,372

    Re: Is there a way to update the pivot table as data is added to the original workshe

    Hi,

    create a named range for your source data. If you make the range a dynamic one, it will automatically adjust to new rows of data.

    For a table from column A to column M, use a formula like this to create a name called DataTable

    =Sheet1!$A$1:INDEX(Sheet1!$M:$M,COUNTA(Sheet1!$A:$A))

    Build your pivot table based on the range name =DataTable instead of the absolute cell addresses =$A$1:$M$100

    Then, whenever you click you refresh button on the pivot table, the new rows will be included.

    hth

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1