+ Reply to Thread
Results 1 to 3 of 3

More Dynamic Charts!

  1. #1
    Registered User
    Join Date
    12-17-2009
    Location
    USA
    MS-Off Ver
    Excel 2003
    Posts
    2

    More Dynamic Charts!

    I am trying to create a dynamic chart that will only show the last 6 weeks of data without manually updating the range every time new information is added. I tried the offset method to no avail. See attachment for ideas. Thanks in advance!
    Attached Files Attached Files

  2. #2
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,372

    Re: More Dynamic Charts!

    Hi,
    see attached. I've entered some dummy data in the last weeks of your chart, because the formulas only produced zeros, which was not good for testing.

    create your dynamic ranges with these formulas:

    ChartWeeks =OFFSET(WeeklyShotAnalysis!$C$6,0,COUNTA(WeeklyShotAnalysis!$6:$6)-7,1,6)
    chartLine0 =OFFSET(ChartWeeks,1,0)
    chartLine1 =OFFSET(ChartWeeks,2,0)
    chartLine2 =OFFSET(ChartWeeks,3,0)
    chartLine3 =OFFSET(ChartWeeks,4,0)

    let me know if this works for you
    Attached Files Attached Files

  3. #3
    Registered User
    Join Date
    12-17-2009
    Location
    USA
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: More Dynamic Charts!

    Yep I got it working! Thank you! It looks like I will have to update the formulas weekly because I need the cells empty in order for the dynamic part of the chart to work.

    Is it possible to write a macro to do the updating? or does that get pretty complicated?

+ 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