+ Reply to Thread
Results 1 to 3 of 3

Dynamic chart based on dates --- do not work...:/ help...

  1. #1
    Registered User
    Join Date
    11-03-2012
    Location
    Poland
    MS-Off Ver
    Excel 2003 Excel 2007
    Posts
    11

    Exclamation Dynamic chart based on dates --- do not work...:/ help...

    Hi all what i am trying to do a dynamic chart based on tables indirect function and start and end dates...

    Indirect function is for changing the date that i want to see on the chart...

    Start and end dates are for choosing specific periot of time that interest me.....

    I know what i wrote might be confusing.... But please see file every thing will be more obvious......

    I want to (yellow[box] choose the right table and next from boxes below start date and end date of data that intrest me....


    But i can't make it work....
    Can any one help ?????????????????????






    Ps ( i am using excel 2003).......
    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,482

    Re: Dynamic chart based on dates --- do not work...:/ help...

    I corrected the XValues named range and changed the YValues one.
    Also the reference to Country is now just a value to offset number of columns.
    Attached Files Attached Files
    Cheers
    Andy
    www.andypope.info

  3. #3
    Registered User
    Join Date
    06-22-2013
    Location
    London, England
    MS-Off Ver
    Excel 2007
    Posts
    65

    Re: Dynamic chart based on dates --- do not work...:/ help...

    I have fixed up your spreadsheet so the dynamic chart now works. The main problem was that the dynamic range for the offset needs to match both on the dates and the country.

    XValues=OFFSET(Chart!$A$1,MATCH(StartDate,ChartDates,0),MATCH(Country,CountryRange,0),MATCH(EndDate,ChartDates,0)-MATCH(StartDate,ChartDates,0)+1,1)

    Also when including the dynamic range in the ChartTools/Design/SelectData/Series you need to include the name of the excel file so the series value would be entered as =CHARTMY.xlsx!XValues

    Hope that helps!

    David
    Attached Files Attached Files

+ 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