+ Reply to Thread
Results 1 to 2 of 2

Dynamic Chart Range working but chart not updating

  1. #1
    Forum Contributor
    Join Date
    03-12-2012
    Location
    Singapore
    MS-Off Ver
    MS 365
    Posts
    532

    Dynamic Chart Range working but chart not updating

    Hi, i create a sample as per attached. I wanted the Chart to show only data that i put a "Yes" beside. I have use formula to generate the Net Data (using Name Manager (OFFSET formula) which shd be reflected in the Bar Chart.
    However, when i remove/add Yes, i c that my Name Manager range work. BUt when the chart is not updating.

    Anyone can advice why is this so?
    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: Dynamic Chart Range working but chart not updating

    Your can not use a named ranged that defines the whole of the chart data source at once.

    Instead you need a named range for the labels and data of each series.


    CHART_LABEL: =OFFSET(Sheet1!$H$2,,,Sheet1!$F$4,1)
    CHART_DATA: =OFFSET(CHART_LABELS,0,1)

    then use the select data dialog to enter the named ranges, which will then update the series formula to be
    =SERIES(Sheet1!$I$1,'Chart Update With Name.xlsx'!CHART_LABELS,'Chart Update With Name.xlsx'!Chart_Data,1)
    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. Creat a dynamic range with an updating chart
    By jc553570 in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 07-11-2014, 06:14 PM
  2. VBA - Updating Dynamic Line Chart & Inserting Dynamic Formula
    By bruno08102013 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-09-2014, 10:10 AM
  3. Dynamic updating the chart
    By ramakrishnavbms in forum Excel Charting & Pivots
    Replies: 0
    Last Post: 09-19-2012, 01:41 PM
  4. Dynamic chart not updating automatically.
    By welchs101 in forum Excel General
    Replies: 27
    Last Post: 06-17-2011, 11:46 AM
  5. Dynamic chart updating
    By nschmoyer in forum Excel General
    Replies: 1
    Last Post: 05-19-2010, 04:23 PM
  6. [SOLVED] Dynamic chart not updating correctly.
    By Mike K in forum Excel Charting & Pivots
    Replies: 0
    Last Post: 07-05-2006, 08:35 AM
  7. [SOLVED] need help updating chart (series in dynamic range)
    By Jeff in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 03-31-2005, 10:06 PM

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