+ Reply to Thread
Results 1 to 5 of 5

Dynamic Charting

  1. #1
    Valued Forum Contributor
    Join Date
    05-08-2012
    Location
    Georgia, USA
    MS-Off Ver
    Excel 2003, 2010
    Posts
    811

    Dynamic Charting

    I would like to have a dynamic chart so as I add data, the chart will be updated automatically.

    The X axis would be the dates, the Y axis the amounts and the people as individual lines

    I have attached a copy of the workbook

    Thanks for the help
    Attached Files Attached Files
    Click on star (*) below if this helps

  2. #2
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,446

    Re: Dynamic Charting

    Lots of examples at http://www.contextures.com/JPChartIndex.htm

  3. #3
    Valued Forum Contributor
    Join Date
    05-08-2012
    Location
    Georgia, USA
    MS-Off Ver
    Excel 2003, 2010
    Posts
    811

    Re: Dynamic Charting

    I am not familiar with Excel 2007 or Excel 2010 charting.

    Can someone else help?

  4. #4
    Registered User
    Join Date
    04-26-2013
    Location
    London, England
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: Dynamic Charting

    HI, can you provide a copy of the solution you have, I think I am trying to do the same thing as you did. Thanks Paul

  5. #5
    Valued Forum Contributor
    Join Date
    05-08-2012
    Location
    Georgia, USA
    MS-Off Ver
    Excel 2003, 2010
    Posts
    811

    Re: Dynamic Charting

    Paul:
    I figured it out myself. I'll be glad to walk you through the steps:

    You need three items
    - OFFSET function
    - Named range
    - Function such as COUNT, or COUNTIF

    - First, you need a COUNT function or COUNTIF function. Basically, it tells me how many rows or columns of data I have. This is the dynamic
    portion of my data

    - You need to defined a named range with an OFFSET formula. If you understand the OFFSET function, you are set. If not, read up on how this works.

    - Now in Data Series portion of the graph, put in the named range

    I am including a dynamic range example workbook. In this example:
    - Cell F81 of worksheet 2013 uses a COUNT function to determine how many days of data I have.
    - The Y data series uses a NAMED RANGE. In my example, =temp.xls!data_2013 where Data_2013 is the NAMED RANGE
    - The NAMED RANGE Data_2013 has the OFFSET function. In my example, =OFFSET('2013'!$B$82,1,0,'2013'!$F$81,1)

    As the data increases, the COUNT increases, which increases the data in the OFFSET function. Using the named range in the Data Series, makes the whole thing dynamic

    Hope this is clear
    Attached Files Attached Files
    Last edited by K m; 05-03-2013 at 10:33 AM.

+ 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