+ Reply to Thread
Results 1 to 3 of 3

Update Chart table programmatically

Hybrid View

  1. #1
    Registered User
    Join Date
    08-18-2007
    Posts
    62
    Posted on "Charts Forum" one replay

    http://www.excelforum.com/showthread.php?t=614342

    The main goal on this post is error proofing the data entry. I want to enter data ones and move it automatically, saving time and avoiding errors.

  2. #2
    Forum Contributor
    Join Date
    04-21-2007
    Location
    Lima, Peru
    MS-Off Ver
    2000, 2007, 2010
    Posts
    674

    Dynamic Chart

    Hi

    It depends upon how you want to display your chart, i.e all entries or just a subset.

    If all entries then you can use the offset function for the chart ranges, e.g

    =OFFSET('(2)chartTable'!B1,1,0,COUNTA('(2)chartTable'!B:B)-1)
    If for example the last 12 entries

    =OFFSET('(2)chartTable'!B1,COUNTA('(2)chartTable'!B:B)-'(2)chartTable'!$A$1,0,12)
    where A1 has the number of entries to be displayed.

    Alternatively a slider bar could be used so that all entries could be displayed by dragging the slider.

    Regards


    Jeff

+ 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