Changing Graph Title W/ Pivot

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

Guest

If I have 3 items I am showing on a pivot chart: cost of pears, cost of
peaches, and cost of apples, can I make the title of the graph change if I
just want to select a specific element . For instance when everything is
select the title for the graph is "Cost of Fruit". What I want is if I only
want to show apples I want the chart title to read "Cost of Apples". Any way
to do this?
Thanks in advance!
 
Select a cell on the worksheet.
Enter a formula that refers to the pivot page cell, e.g.:

="Cost of " & IF(B1="(All)","Fruit",B1)

Select the Pivot Chart
Type an equal sign (you'll see it appear in the formula bar)
Click on the cell that contains the formula
Press the Enter key
Move the text box to the position you want it, and format it.
 

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