Hi,
I know that this has been asked multiple times before but I just can't figure out the answer from the answers that I found so far.
So here goes. I have data organized like this (there are multiple fees but this is just an example):
To get totals of amount for fee for each issue I have created a pivot table. The total for Feature 1 is 600, for Feature 2 is 1500, for Feature 3 is 3400, etc.
Now I need the average of totals for features for each issue. For example, I should see 1833.33 for Issue 1 and 5800 for Issue 2. If I just add average to the pivot table, it averages all the lines that went into the subtotal, and that is not what I need (I get 550 for Issue 1 and 1450 for Issue 2).
I guess I've been thinking about this too much and just can't see a simple solution anymore. What am I missing? Can someone please help me?
Thank you!
I know that this has been asked multiple times before but I just can't figure out the answer from the answers that I found so far.
So here goes. I have data organized like this (there are multiple fees but this is just an example):
Code:
Proj Descr Acct Descr Amount Issue
Feature 1 Art Fee 100 1
Feature 1 Art Fee 200 1
Feature 1 Art Fee 300 1
Feature 2 Art Fee 400 1
Feature 2 Art Fee 500 1
Feature 2 Art Fee 600 1
Feature 3 Art Fee 700 1
Feature 3 Art Fee 800 1
Feature 3 Art Fee 900 1
Feature 3 Art Fee 1000 1
Feature 4 Art Fee 1100 2
Feature 4 Art Fee 1200 2
Feature 4 Art Fee 1300 2
Feature 4 Art Fee 1400 2
Feature 5 Art Fee 1500 2
Feature 5 Art Fee 1600 2
Feature 5 Art Fee 1700 2
Feature 5 Art Fee 1800 2
To get totals of amount for fee for each issue I have created a pivot table. The total for Feature 1 is 600, for Feature 2 is 1500, for Feature 3 is 3400, etc.
Now I need the average of totals for features for each issue. For example, I should see 1833.33 for Issue 1 and 5800 for Issue 2. If I just add average to the pivot table, it averages all the lines that went into the subtotal, and that is not what I need (I get 550 for Issue 1 and 1450 for Issue 2).
I guess I've been thinking about this too much and just can't see a simple solution anymore. What am I missing? Can someone please help me?
Thank you!