Closed Thread
Results 1 to 2 of 2

Thread: Pivot Table Custom Calculations

  1. #1
    CassieM
    Guest

    Pivot Table Custom Calculations

    I have a pivot table with the "columns" set up as Budget - Actual - Variance
    for each month of the year. The rows are the expenses account, such as
    supplies, maintenance, etc.

    I want to be able to add the total of the "Actual" spent through September
    plus the "Budget" for October through December, basically to get a projected
    total by expense for the year.

    How can I do this? Thanks for your help!

  2. #2
    Debra Dalgleish
    Guest

    Re: Pivot Table Custom Calculations

    You could add a column to the source data, and calculate which amount
    should be used. Then add that field to the pivot table. For example,
    with dates in column A, Budget in C, and Actual in D:

    =IF(A2>=TODAY(),C2,D2)

    CassieM wrote:
    > I have a pivot table with the "columns" set up as Budget - Actual - Variance
    > for each month of the year. The rows are the expenses account, such as
    > supplies, maintenance, etc.
    >
    > I want to be able to add the total of the "Actual" spent through September
    > plus the "Budget" for October through December, basically to get a projected
    > total by expense for the year.
    >
    > How can I do this? Thanks for your help!



    --
    Debra Dalgleish
    Excel FAQ, Tips & Book List
    http://www.contextures.com/tiptech.html


Closed 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.2.0