+ Reply to Thread
Results 1 to 3 of 3

"Cumulative" column based on a pivot table sum column?

  1. #1
    Robert Day
    Guest

    "Cumulative" column based on a pivot table sum column?

    I'm trying to create a rollup column based on a pivot table data column. The
    GETPIVOTDATA function includes static field and index ("item") references,
    and so can't be copied (the copies reference the original pivot field/item
    pair). Is there a better way to create a cumulative column than building it
    cell-by-cell? I'm using Excel 2003. Thanks -

  2. #2
    Ron Coderre
    Guest

    RE: "Cumulative" column based on a pivot table sum column?

    You can turn off the GETPIVOTDATA function, but for a quick fix...
    don't point to the cell reference.
    Instead, type in the reference to the pivot table.

    For example, if the Pivot Table row totals are in Cells C2:c20, then
    D20:=SUM($C$20:C20)

    copy that formula down as far as you need.

    Note: To disable the GETPIVOTDATA function...see Debra Dalgleish's site:
    http://www.contextures.com/xlPivot06.html

    Does that help?

    ***********
    Regards,
    Ron


    "Robert Day" wrote:

    > I'm trying to create a rollup column based on a pivot table data column. The
    > GETPIVOTDATA function includes static field and index ("item") references,
    > and so can't be copied (the copies reference the original pivot field/item
    > pair). Is there a better way to create a cumulative column than building it
    > cell-by-cell? I'm using Excel 2003. Thanks -


  3. #3
    Robert Day
    Guest

    RE: "Cumulative" column based on a pivot table sum column?

    D'oh! Thanks, Ron-

    "Ron Coderre" wrote:

    > You can turn off the GETPIVOTDATA function, but for a quick fix...
    > don't point to the cell reference.
    > Instead, type in the reference to the pivot table.
    >
    > For example, if the Pivot Table row totals are in Cells C2:c20, then
    > D20:=SUM($C$20:C20)
    >
    > copy that formula down as far as you need.
    >
    > Note: To disable the GETPIVOTDATA function...see Debra Dalgleish's site:
    > http://www.contextures.com/xlPivot06.html
    >
    > Does that help?
    >
    > ***********
    > Regards,
    > Ron
    >
    >
    > "Robert Day" wrote:
    >
    > > I'm trying to create a rollup column based on a pivot table data column. The
    > > GETPIVOTDATA function includes static field and index ("item") references,
    > > and so can't be copied (the copies reference the original pivot field/item
    > > pair). Is there a better way to create a cumulative column than building it
    > > cell-by-cell? I'm using Excel 2003. Thanks -


+ 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