KG Old Wolf
Board Regular
- Joined
- Sep 20, 2009
- Messages
- 65
All,
I create a pivot in VBA. It spreads charges by vendor / month. THe grand Total is fine but I also want a column that presents the % of Grand Total for each vendor.
When I add a second charge field in the values section, it correctly calculates the % of Grand Total but it also does the same thing for each month.
I can't seem to create a "calculate" field for just the % on Grand Total.
Is it possible or do I have to "copy and paste" as values to another work area on the sheet and obtain each vendor's % of Grand Total that way?
_____________________________________________________
This is what I am looking for:
Ex. 1/2011 2/2011 3/2011 GT GT %
Vendor A 10 20 30 60 15%
Vendor B 30 40 50 120 31%
Vendor C 60 70 80 210 54%
_____________________________________________________
100 130 160 390 100%
It seems simple and I think I'm missing the obvious! All suggestions are appreciated
I create a pivot in VBA. It spreads charges by vendor / month. THe grand Total is fine but I also want a column that presents the % of Grand Total for each vendor.
When I add a second charge field in the values section, it correctly calculates the % of Grand Total but it also does the same thing for each month.
I can't seem to create a "calculate" field for just the % on Grand Total.
Is it possible or do I have to "copy and paste" as values to another work area on the sheet and obtain each vendor's % of Grand Total that way?
_____________________________________________________
This is what I am looking for:
Ex. 1/2011 2/2011 3/2011 GT GT %
Vendor A 10 20 30 60 15%
Vendor B 30 40 50 120 31%
Vendor C 60 70 80 210 54%
_____________________________________________________
100 130 160 390 100%
It seems simple and I think I'm missing the obvious! All suggestions are appreciated