Microsoft® Excel® based database addin

 

+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Doug Guest

    Default Referencing Chart Data?

    I have a chart that is referencing a series of data that are formulas. The
    formulas return an average for the specified array. I am needing to find out
    how to keep the chart from considering the blank cells as zero values. I have
    tried having the formula return a "" (blank) value if false, but it still
    shows up in the chart as a zero value. Do you know the answer to this?
    --
    Thank you!

  2. #2
    ker_01 Guest

    Default RE: Referencing Chart Data?

    I don't know if this varies by version of Excel, so I'll just respond with
    what works in 2003: If you don't mind a continuous graph, try returning the
    N/A value by using
    NA()
    if(x=true, x*14, na())

    HTH,
    Keith

    "Doug" wrote:

    > I have a chart that is referencing a series of data that are formulas. The
    > formulas return an average for the specified array. I am needing to find out
    > how to keep the chart from considering the blank cells as zero values. I have
    > tried having the formula return a "" (blank) value if false, but it still
    > shows up in the chart as a zero value. Do you know the answer to this?
    > --
    > Thank you!


Similar Threads

  1. Referencing a Chart on a Worksheet
    By Jay in forum Programming (VBA, VB, C# etc)
    Replies: 2
    Last Post: 03-01-2009, 03:32 PM
  2. How to name a chart for referencing in VBA? And move it.
    By Toby Erkson in forum Programming (VBA, VB, C# etc)
    Replies: 3
    Last Post: 01-19-2009, 02:44 PM
  3. Referencing a cell value on a chart
    By Jason in forum New Excel Users Forum
    Replies: 1
    Last Post: 01-17-2009, 01:09 PM
  4. Cell referencing on a chart
    By McDonn3ll in forum Charting
    Replies: 2
    Last Post: 01-14-2009, 01:45 AM
  5. Referencing a Sheet Number in a Chart
    By Jane West in forum General Excel Discussion
    Replies: 1
    Last Post: 01-05-2009, 02:34 PM

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