View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Richard Richard is offline
external usenet poster
 
Posts: 709
Default bar graph from pivot table with two data fields

I created a pivot table with two data fields (sum of income, sum of spent)
for each year. In the resulting pivot table, the year is displayed on
leftmost column and then alternating rows for income and spent in the next
two columns (one column text "Sum of ..", one column currency).
Problem is that when I graph this, the bar graph shows all values but treats
them as one category (and thus one color).
I need the bar graph to show two colors, one for income by year, one for
spent by year.
--
Richard