+ Reply to Thread
Results 1 to 6 of 6

How to change title in dynamic chart

  1. #1
    Registered User
    Join Date
    04-17-2012
    Location
    London
    MS-Off Ver
    Excel 2007
    Posts
    6

    How to change title in dynamic chart

    Hi All,

    Hope you can help me to find a solution. I have create a dynamic chart in excel. I have 3 data series. I put a filter so the chart only show the data selected by the filter.

    This issue I have is that the title of the chart only refers to one cell. How can I make it refer to 2 cells.

    I have attached my example.


    thanks for your help.

    graph.xlsx

  2. #2
    Forum Contributor
    Join Date
    03-15-2007
    Location
    AL, USA
    MS-Off Ver
    2007
    Posts
    174

    Re: How to change title in dynamic chart

    Best way I can think of doing it is by adding a column somewhere with the formula:

    =CONCATENATE(data!B23," - ",data!C23)

    That will retun the value 1043183 - Apple, then you can direct the title of the chart to that cell

  3. #3
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: How to change title in dynamic chart

    As the concatenate (& other functions) are not valid on a cell chart, its best to use a helper cell to put the two together and reference your title to this helper cell

  4. #4
    Forum Contributor
    Join Date
    03-15-2007
    Location
    AL, USA
    MS-Off Ver
    2007
    Posts
    174

    Re: How to change title in dynamic chart

    Quote Originally Posted by mshale View Post
    Best way I can think of doing it is by adding a column somewhere with the formula:

    =CONCATENATE(data!B23," - ",data!C23)

    That will retun the value 1043183 - Apple, then you can direct the title of the chart to that cell
    Quote Originally Posted by Ace_XL View Post
    As the concatenate (& other functions) are not valid on a cell chart, its best to use a helper cell to put the two together and reference your title to this helper cell
    That's why I said create a new column and put the formula in there, and then reference the new cell in the chart title

  5. #5
    Registered User
    Join Date
    04-17-2012
    Location
    London
    MS-Off Ver
    Excel 2007
    Posts
    6

    Re: How to change title in dynamic chart

    Thanks but when I then select Banana in the filter the formula is not working. It only works if I select the row 23.

    Do you know if there is a forumal which will work when I change the filter selection?

  6. #6
    Forum Guru Andy Pope's Avatar
    Join Date
    05-10-2004
    Location
    Essex, UK
    MS-Off Ver
    O365
    Posts
    20,436

    Re: How to change title in dynamic chart

    You have to use a formula that will dynamically pick information from the table. You can then link that cell to the chart title.

    I added a helper column beside the table in order to pickup the first row in the filtered table.
    Attached Files Attached Files
    Cheers
    Andy
    www.andypope.info

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1