Pivot table-percent of column

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Can the show data as "% of column" function be set to show as a % of the subtotals instead of the total? For instance, I would like to see the color of cars sold by state as a %, but I want each state to add up to 100% rather than the just the % of the nation that state represents.
 
AFAIK, you can't calculate the percent of a subtotal. You could do the
calculation outside of the PivotTable.
 
Ref Debra
<AFAIK, you can't calculate the percent of a subtotal. You could do th
calculation outside of the PivotTable.>

I have found this too - even in a calculated field, because it is no
possible to access the Totals cells using this method.

The way I do this is to use VLOOKUP() in the column containing, fo
example, "Business Total". Everso easy. I have struggled wit
GetPivotData lots of times and given up
 
And VLOOKUP is consistent across versions of Excel, while GETPIVOTDATA
isn't.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top