+ Reply to Thread
Results 1 to 5 of 5

dynamic data range chart

  1. #1
    Registered User
    Join Date
    11-05-2007
    Posts
    30

    dynamic data range chart

    Hi,

    A B
    X Y
    X Y
    X Y
    X Y
    "" ""
    "" ""
    ...

    here is my question: the values in col A are "" or a date value and the values of col B are "" or a currency value. how would i make a chart to have a data range to not include any blanks?

    for example above, the chart data range would be A1:B4

    there cannot be "" within the range.

    any help appreciated,

    thanks,

    helpplease!

  2. #2
    Forum Expert oldchippy's Avatar
    Join Date
    02-14-2005
    Location
    Worcester, UK
    MS-Off Ver
    Excel 2007 (Home)
    Posts
    7,097
    Hi,

    May be this link can help?

    http://peltiertech.com/Excel/Charts/...umnChart1.html
    oldchippy
    -------------


    Blessed are those who can give without remembering and take without forgetting

    If you are happy with the help you have received, please click the <--- STAR icon on the left - Thanks.

    Click here >>> Top Excel links for beginners to Experts

    Forum Rules >>>Please don't forget to read these

  3. #3
    Registered User
    Join Date
    11-05-2007
    Posts
    30
    Hi,

    A B
    X N
    X Y
    X Y
    X Y
    "" ""
    "" ""
    ...

    thanks for the link... i tried that but i can't enter the formula for the values:

    =OFFSET(Sheet1!$B$1,1,0,COUNTA(Sheet1!$B:$B)-1,1)

    because i have alot of "" which i do not want included. i tried using:

    =sheet1!B1:INDEX(sheet1!B1:B100,MATCH(2,1/(sheet1!B1:B100<>"")))

    but although the name was defined, the chart was incorrect when the series formula was entered.

    any ideas?

  4. #4
    Registered User
    Join Date
    11-05-2007
    Location
    Pune, India
    Posts
    51
    Quote Originally Posted by helpplease!
    Hi,

    A B
    X N
    X Y
    X Y
    X Y
    "" ""
    "" ""
    ...

    thanks for the link... i tried that but i can't enter the formula for the values:

    =OFFSET(Sheet1!$B$1,1,0,COUNTA(Sheet1!$B:$B)-1,1)

    because i have alot of "" which i do not want included. i tried using:

    =sheet1!B1:INDEX(sheet1!B1:B100,MATCH(2,1/(sheet1!B1:B100<>"")))

    but although the name was defined, the chart was incorrect when the series formula was entered.

    any ideas?
    If you can afford to have any error in your data...just try putting =NA() in your data in place of ""...#NA is ignore by the chart!
    Thanks!
    Vikas Bhandari
    http://excelnoob.blogspot.com

  5. #5
    Forum Expert oldchippy's Avatar
    Join Date
    02-14-2005
    Location
    Worcester, UK
    MS-Off Ver
    Excel 2007 (Home)
    Posts
    7,097
    This link may explain a little more

    http://www.andypope.info/charts/brokenlines.htm

+ 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