+ Reply to Thread
Results 1 to 2 of 2

Automatically updating Pie Chart Title

  1. #1
    Registered User
    Join Date
    03-20-2020
    Location
    toronto
    MS-Off Ver
    excel 2019
    Posts
    43

    Automatically updating Pie Chart Title

    Hi,

    Hope all is well. Just hoping this is possible with a VBA. Currently have to update a few Pie Charts Titles and would like if I select a dropdown of a Quarter (J1 for reference) that it would automatically update the number.

    Example in the attached document if I select Q2 - 2020/201 then for Site 1 in Q2 - 2020/201 it would read Headcount: 1500 pulling from Cell F5 on the All Data Spreadsheet.

    Thanks
    Attached Files Attached Files

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

    Re: Automatically updating Pie Chart Title

    Does it need to be VBA?

    Add this formula to Y1
    ="Headcount: " &TEXT(SUM(Y4:Y11),"#,##0")

    The select the chart title and in the formula bar enter
    =$Y$1

    The title will now be linked to the cell.

    Repeat for other charts.
    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)

Similar Threads

  1. [SOLVED] Changing the Chart Title automatically when a value in Slicer is selected
    By rv02 in forum Excel Charting & Pivots
    Replies: 5
    Last Post: 12-03-2014, 06:05 PM
  2. [SOLVED] Automatically insert chart name as chart title
    By Xpind in forum Excel General
    Replies: 4
    Last Post: 06-07-2012, 06:50 AM
  3. Replies: 8
    Last Post: 04-28-2011, 10:57 AM
  4. Replies: 3
    Last Post: 12-01-2010, 04:55 AM
  5. Updating Multiple Chart Options (e.g. Title)
    By paulizaz in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-02-2007, 05:49 AM
  6. Put the date from a Cell automatically in a Chart Title?
    By nbaj2k in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 07-24-2006, 06:20 PM
  7. Dynamic updating of chart title
    By gerok in forum Excel Charting & Pivots
    Replies: 2
    Last Post: 09-14-2005, 02:28 AM

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