+ Reply to Thread
Results 1 to 6 of 6

Chart scroll bar is not scrolling through entire series, why could this be?

  1. #1
    Registered User
    Join Date
    06-11-2015
    Location
    NE US
    MS-Off Ver
    2013
    Posts
    70

    Chart scroll bar is not scrolling through entire series, why could this be?

    Hi,

    I have attached a spreadsheet in which I have set up a scroll bar that corresponds to a timeline.

    The issue is that when you click the arrow on the scroll bar to go all the way to the right, it stops at a certain point in the data series rather than going all the way to the end of the series.

    If you type a large number into the row increment, it'll go to where it needs to be and show the correct data on the timeline.

    Why isn't the scroll bar working?
    Attached Files Attached Files

  2. #2
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS365 Family 64-bit
    Posts
    24,721

    Re: Chart scroll bar is not scrolling through entire series, why could this be?

    Right-click on the scroll bar and select Format Control, go to the Control tab. You will see that the Maximum value is set to 12. Update it to whatever you want the maximum value to be.
    Jeff
    | | |會 |會 |會 |會 | |:| | |會 |會
    Read the rules
    Use code tags to [code]enclose your code![/code]

  3. #3
    Registered User
    Join Date
    06-11-2015
    Location
    NE US
    MS-Off Ver
    2013
    Posts
    70

    Re: Chart scroll bar is not scrolling through entire series, why could this be?

    Thank you for the helpful reply.

    You may also notice that in my spreadsheet, beginning at H30 and down, there are cell reference errors, though I think I've referenced everything properly. Why could this be?

  4. #4
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS365 Family 64-bit
    Posts
    24,721

    Re: Chart scroll bar is not scrolling through entire series, why could this be?

    The formulas in columns H:K perform an INDEX on the range $B$5:$E$100, which is 96 rows. The row index is the value in column A plus the scrollbar value. If for any row, the sum of the value in column A plus the scrollbar value exceeds 96, you will get a #REF! error. For example, if the scrollbar is set to 40, you will an error starting in row 61 because the A value is 57. 57+40=97, greater than 96, so can't be indexed.

    If you want to suppress those errors you can do something like

    Formula: copy to clipboard
    Please Login or Register  to view this content.

  5. #5
    Registered User
    Join Date
    06-11-2015
    Location
    NE US
    MS-Off Ver
    2013
    Posts
    70

    Re: Chart scroll bar is not scrolling through entire series, why could this be?

    Quote Originally Posted by 6StringJazzer View Post
    The formulas in columns H:K perform an INDEX on the range $B$5:$E$100, which is 96 rows. The row index is the value in column A plus the scrollbar value. If for any row, the sum of the value in column A plus the scrollbar value exceeds 96, you will get a #REF! error. For example, if the scrollbar is set to 40, you will an error starting in row 61 because the A value is 57. 57+40=97, greater than 96, so can't be indexed.

    If you want to suppress those errors you can do something like

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    My end goal is to run a timeline through the end of this year, so up until Dec. 31.

    When I replace the INDEX statement with the IFERROR statement beginning at H61, and auto-complete the formulas succeeding H61, it definitely gets rid of the cell reference error, but does not seem to be changing the scroll bar in a positive way. I still get #REF on the scroll bar beginning in October.

    Should I be applying your formula in columns I, J & K as well? And what about to the first two worksheets?

  6. #6
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS365 Family 64-bit
    Posts
    24,721

    Re: Chart scroll bar is not scrolling through entire series, why could this be?

    I still get #REF on the scroll bar beginning in October. Should I be applying your formula in columns I, J & K as well?
    Yes.



    And what about to the first two worksheets?
    The first two worksheets just have static values. I don't understand this question.

+ 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. Help with scrolling chart series
    By tammack17 in forum Excel Charting & Pivots
    Replies: 2
    Last Post: 03-09-2014, 06:12 PM
  2. Horizontal scroll bar for chart with multiple series. Excel 2007
    By KJTNichols in forum Excel Charting & Pivots
    Replies: 3
    Last Post: 10-19-2013, 09:20 PM
  3. [SOLVED] How to Select an entire table column for a Chart Series Values in VBA
    By MattTran in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 09-11-2013, 03:37 PM
  4. Scroll bar won't stop scrolling
    By brent_excel in forum Excel General
    Replies: 4
    Last Post: 09-21-2012, 09:03 PM
  5. Replies: 3
    Last Post: 03-08-2012, 09:30 AM
  6. Scrolling with scroll bar
    By KiPA in forum Excel General
    Replies: 3
    Last Post: 11-25-2010, 06:42 PM
  7. Writing a macro for stock chart with scroll and 4-6 additional series
    By mayur553 in forum Excel Charting & Pivots
    Replies: 3
    Last Post: 09-30-2010, 07:47 AM
  8. scrolling chart with shapes that scroll also??
    By mkbanister in forum Excel Charting & Pivots
    Replies: 6
    Last Post: 01-27-2009, 09:11 AM

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