+ Reply to Thread
Results 1 to 7 of 7

Graph with scroll bar

  1. #1
    Valued Forum Contributor
    Join Date
    04-21-2005
    Location
    Southern England
    MS-Off Ver
    Excel for Office 365
    Posts
    1,689

    Graph with scroll bar

    Hi ,

    I wondering if anyone can help.

    I have a graph I need to create with the added functionality of a scroll bar which dependant on its position would show 6 months worth of data. The user would then be able to scroll through the months and the graph would update automatically.

    I have provided an example of a static graph showing the data I need as reference. This Graph is on the “dashboard” sheet Rows 40-65

    Has anyone got an example of a graph like this I could look to replicate or a tutorial?
    Attached Files Attached Files

  2. #2
    Valued Forum Contributor
    Join Date
    04-21-2005
    Location
    Southern England
    MS-Off Ver
    Excel for Office 365
    Posts
    1,689

    Re: Graph with scroll bar

    I found this..

    HTML Code: 
    I may post back on here if I get stuck

  3. #3
    Valued Forum Contributor
    Join Date
    04-21-2005
    Location
    Southern England
    MS-Off Ver
    Excel for Office 365
    Posts
    1,689

    Re: Graph with scroll bar

    Offset Function

    Can anyone tell me what the following would be for my data:
    SCROLL_LABELS
    SCROLL_DATA

    I am trying to replicate the graph I have which is plotting:=CALCS!$B$81:$AL$81,CALCS!$B$84:$AL$84

    Can anyone help - I have attached an example and the template I am trying to replicate ("Template")
    Attached Files Attached Files

  4. #4
    Valued Forum Contributor
    Join Date
    04-21-2005
    Location
    Southern England
    MS-Off Ver
    Excel for Office 365
    Posts
    1,689

    Re: Graph with scroll bar

    Hi, Can anyone help with this?

    I tried
    Scroll_Lables:
    Please Login or Register  to view this content.
    Scroll_Data:
    Please Login or Register  to view this content.
    But this didnt seem to what - Arrraaggghhh!!

  5. #5
    Valued Forum Contributor
    Join Date
    04-21-2005
    Location
    Southern England
    MS-Off Ver
    Excel for Office 365
    Posts
    1,689

    Re: Graph with scroll bar

    Shameful Bump

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

    Re: Graph with scroll bar

    SCROLL_LABELS: =OFFSET(CALCS!$B$81,0,Dashboard!$I$40,1,Dashboard!$I$41)
    SCROLL_DATA: =OFFSET(SCROLL_LABELS,3,0)

    Series formula

    =SERIES(CALCS!$B$84,Upload.xlsm!SCROLL_LABELS,Upload.xlsm!SCROLL_DATA,1)
    Cheers
    Andy
    www.andypope.info

  7. #7
    Valued Forum Contributor
    Join Date
    04-21-2005
    Location
    Southern England
    MS-Off Ver
    Excel for Office 365
    Posts
    1,689

    Re: Graph with scroll bar

    Thanks Andy!! You always help with any Graph problem I have!!

+ 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