+ Reply to Thread
Results 1 to 6 of 6

Dynamic Chart Vertically

  1. #1
    Registered User
    Join Date
    10-31-2013
    Location
    London
    MS-Off Ver
    Excel 2010
    Posts
    3

    Dynamic Chart Vertically

    Hi Guys,

    I have a chart that has data that goes horizontally I want to make this dynamic however I have created a formula that doesn't work when I try and put it into my chart.

    =OFFSET(Toys!$B$19,0,COUNTA(Toys!$B$19:$CA$19),0,0)

    Is it that I'm using counta?

    where am I going wrong please help :/

    Thanks

    Steph
    Last edited by Steph12; 10-31-2013 at 10:24 AM.

  2. #2
    Forum Guru Andy Pope's Avatar
    Join Date
    05-10-2004
    Location
    Essex, UK
    MS-Off Ver
    O365
    Posts
    20,430

    Re: Dynamic Chart Vertically

    The number of rows and columns to use is zero. Charts don't like named ranges that have no size.

    perhaps you meant this. from Toys!B19, offset no rows or columns. Return a range that is 1 row by result of COUNTA

    =OFFSET(Toys!$B$19,0,0,1,COUNTA(Toys!$B$19:$CA$19))
    Cheers
    Andy
    www.andypope.info

  3. #3
    Registered User
    Join Date
    10-31-2013
    Location
    London
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: Dynamic Chart Vertically

    yes that works great thanks.
    How do I now make it rolling 12 months.
    I have a formula but I don't think that it is right.

    =OFFSET(Toys!$B$30,0,12,1,COUNTA(Toys!$30:$30)-12)

    as its taking off the first 12 but gathering the rest of the data.

    Thanks

  4. #4
    Forum Guru Andy Pope's Avatar
    Join Date
    05-10-2004
    Location
    Essex, UK
    MS-Off Ver
    O365
    Posts
    20,430

    Re: Dynamic Chart Vertically

    =OFFSET(Toys!$B$30,0,COUNTA(Toys!$30:$30)-11,1,12)

  5. #5
    Registered User
    Join Date
    10-31-2013
    Location
    London
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: Dynamic Chart Vertically

    It work however the chart isn't dynamic how do i get the chart to react to this formula.

    Thanks

  6. #6
    Forum Guru Andy Pope's Avatar
    Join Date
    05-10-2004
    Location
    Essex, UK
    MS-Off Ver
    O365
    Posts
    20,430

    Re: Dynamic Chart Vertically

    you need to post an example workbook so we can see exactly what you have

+ 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. [SOLVED] Vlookup on Dynamic Range that expands vertically and horizontally
    By huy_le in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-27-2013, 03:47 PM
  2. Replies: 5
    Last Post: 11-13-2012, 12:37 PM
  3. Vertically align text in chart
    By EricN87 in forum Excel General
    Replies: 6
    Last Post: 02-27-2012, 10:39 PM
  4. Flip the chart vertically
    By tkuia in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 11-15-2007, 02:28 AM
  5. [SOLVED] How to create a floating bar chart vertically not horizontally...
    By Cristina in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 06-30-2006, 04:50 PM

Tags for this Thread

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