+ Reply to Thread
Results 1 to 2 of 2

Thread: XY chart dynamic range problem

  1. #1
    Registered User
    Join Date
    07-20-2004
    Posts
    34

    XY chart dynamic range problem

    I am trying to add a series by way of naming ranges to make my existing chart have dynamic ranges.

    I am trying to add to an existing XY chart dynamic X and y ranges with existing series. I have tried defining ranges and inserting a new series to the existing chart linked to the named ranges like below.

    XAXIS => =OFFSET(YAXIS,0,-3)
    YAXIS => =OFFSET(YAXISLABEL,1,0,COUNT('DATA!$S2:$S100),1)
    SERIES LABEL => ='Data'!$S$2

    Once I add the series excel automatically modifies the data count to S147:S198. Why does excel do this and how can I prevent this ?

  2. #2
    Forum Guru shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2007, 2010
    Posts
    25,770
    Change

    COUNT('DATA!$S2:$S100)

    to

    COUNT('DATA!$S$2:$S$100)

+ 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.2.0