+ Reply to Thread
Results 1 to 10 of 10

Data ange for horizontal dynamic charts

  1. #1
    Forum Contributor
    Join Date
    12-06-2012
    Location
    Australia
    MS-Off Ver
    Excel 2010
    Posts
    139

    Data ange for horizontal dynamic charts

    Hi all

    Am creating varying graphs for reports and have vertical dynamic charts working well...

    I have also been playing with Horizontal dynamic charts and have these working well if I copy and paste the data in reverse order - inserting a column to add 'new' data to the first column doesn't appear to work....

    I obviously have the ranges incorrectly set as i would like the chart to read the data from the last column - I don't want to have to 'fiddle' with formatting the data...

    I would simply like to add the most recent to the end (next blank column)...

    Please see attached dummy file for your reference

    any assistance greatly appreciated

    S :-)
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    10-25-2014
    Location
    Orange County, California
    MS-Off Ver
    Office 365
    Posts
    35

    Re: Data ange for horizontal dynamic charts

    Quote Originally Posted by shaz0503 View Post
    Hi all

    Am creating varying graphs for reports and have vertical dynamic charts working well...

    I have also been playing with Horizontal dynamic charts and have these working well if I copy and paste the data in reverse order - inserting a column to add 'new' data to the first column doesn't appear to work....

    I obviously have the ranges incorrectly set as i would like the chart to read the data from the last column - I don't want to have to 'fiddle' with formatting the data...

    I would simply like to add the most recent to the end (next blank column)...

    Please see attached dummy file for your reference

    any assistance greatly appreciated

    S :-)
    ActiveMembers =OFFSET(Sheet1!$J$21,0,0,1,MATCH(1E+306,Sheet1!$I$21:$IV$21 ))
    ExitedMembers =OFFSET(Sheet1!$J$24,0,0,1,MATCH(1E+306,Sheet1!$I$24:$IV$24))
    InactiveMembers =OFFSET(Sheet1!$J$22,0,0,1,MATCH(1E+306,Sheet1!$I$22:$IV$22 ))
    TotalMembers =OFFSET($j$23,0,0,1,MATCH(1E+306,$I$23:$IV$23 ))
    Mydates =OFFSET(Sheet1!$J$20,0,0,1,MATCH(1E+306,Sheet1!$I$20:$IV$20))
    NewMembers =OFFSET(Sheet1!$J$24,0,0,1,MATCH(1E+306,Sheet1!$I$24:$IV$24))

  3. #3
    Registered User
    Join Date
    10-25-2014
    Location
    Orange County, California
    MS-Off Ver
    Office 365
    Posts
    35

    Re: Data ange for horizontal dynamic charts

    After looking at your names formulas, it occurred to me that you want to chart only the 7 last dates:

    ActiveMembers7 =OFFSET(Sheet1!$B$19,2,MATCH(9^9,Sheet1!$B$19:$IV$19,1)-1,1,-7)
    mydates =OFFSET(Sheet1!$B$19,1,MATCH(9^9,Sheet1!$B$19:$IV$19,1)-1,1,-7)

  4. #4
    Forum Contributor
    Join Date
    12-06-2012
    Location
    Australia
    MS-Off Ver
    Excel 2010
    Posts
    139

    Re: Data ange for horizontal dynamic charts

    Thanks pistulka

    works a treat... could you please explain though the 9^9......

    rgds

  5. #5
    Registered User
    Join Date
    10-25-2014
    Location
    Orange County, California
    MS-Off Ver
    Office 365
    Posts
    35

    Re: Data ange for horizontal dynamic charts

    Any very large number will work.
    "9^9" represents a very large number (387420489). You want the match function to not find a match and go all the way to the end of the row which is the largest number (the numbers must be in ascending order, which they are) . The 1 after the array in the match function tells match to find the first value which is equal to or greater than the lookup value. It will always be, in this case, the last column.

  6. #6
    Forum Contributor
    Join Date
    12-06-2012
    Location
    Australia
    MS-Off Ver
    Excel 2010
    Posts
    139

    Re: Data ange for horizontal dynamic charts

    pistulka

    thanks you for your help on this....

    just wondering how do I amend this to read data that fields (active, inactive etc) are displayed on the (X Axis) and the count is on the y axis.
    I have played and can't figure it out... BTW the data needs to remain in the format in the attached file
    Attached Files Attached Files

  7. #7
    Registered User
    Join Date
    10-25-2014
    Location
    Orange County, California
    MS-Off Ver
    Office 365
    Posts
    35

    Re: Data ange for horizontal dynamic charts

    I am not sure what you are asking. I added the dynamic formulas to the chart you had at the bottom. Is that what you need?
    data-ange-for-horizontal-dynamic-charts-dynamichorizontalgraph-chart.xlsx

  8. #8
    Forum Contributor
    Join Date
    12-06-2012
    Location
    Australia
    MS-Off Ver
    Excel 2010
    Posts
    139

    Re: Data ange for horizontal dynamic charts

    pistulka

    Thanks for your patience....

    please see sheet 2 in the attached file - I don't think I have been clear for you... this is the format of my data and how I need to have the chart represented...

    rgds
    Attached Files Attached Files

  9. #9
    Registered User
    Join Date
    10-25-2014
    Location
    Orange County, California
    MS-Off Ver
    Office 365
    Posts
    35

    Re: Data ange for horizontal dynamic charts

    1. Charts the last 3 months

    2. Remember to enter the next number (i.e. 19)
    when entering data

    3. I put it on a separate sheet so as not to confuse the names
    dynamic_chart.xlsx

  10. #10
    Forum Contributor
    Join Date
    12-06-2012
    Location
    Australia
    MS-Off Ver
    Excel 2010
    Posts
    139

    Re: Data ange for horizontal dynamic charts

    pistulka

    ....thanks so much... I will let you know how it goes within my report....

    makes sense when you can see how it's done....

    S

+ 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. In-Cell Bullet Charts/Horizontal Bar Charts
    By Statto in forum Excel General
    Replies: 1
    Last Post: 10-08-2014, 06:31 PM
  2. Dynamic Data Ranges for Charts
    By gogita in forum Excel General
    Replies: 1
    Last Post: 03-03-2014, 07:12 AM
  3. Dynamic Multiple Charts - One Data Set
    By lewny1983 in forum Excel Charting & Pivots
    Replies: 2
    Last Post: 10-23-2012, 08:56 AM
  4. Replies: 0
    Last Post: 11-14-2011, 06:58 PM
  5. pivot tables:ange for a dynamic data source
    By PK in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-06-2006, 06:30 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