+ Reply to Thread
Results 1 to 3 of 3

Don't won't charts to display Zeroes

  1. #1
    metro
    Guest

    Don't won't charts to display Zeroes

    In the worksheets, I can easliy turn off display of zero values. In the
    charts, I cannot find i similar option.
    When formulas return a 0, N/A or empty cell (""), the chart seems to handle
    it as a 0. I do not want to display those data points at all. How do I do it?

  2. #2
    Barb Reinhardt
    Guest

    Re: Don't won't charts to display Zeroes

    Have your formula return NA() and the "zero" value won't be displayed.

    "metro" <[email protected]> wrote in message
    news:[email protected]...
    > In the worksheets, I can easliy turn off display of zero values. In the
    > charts, I cannot find i similar option.
    > When formulas return a 0, N/A or empty cell (""), the chart seems to
    > handle
    > it as a 0. I do not want to display those data points at all. How do I do
    > it?




  3. #3
    Jon Peltier
    Guest

    Re: Don't won't charts to display Zeroes

    You can have the formula return NA(), which produces the #N/A error.
    This is ignored by many charts, so that a line or scatter chart series
    (for example) simply interpolate the connecting line across the gap.

    A few chart types treat NA() as a zero, for example, area charts.

    A formula returning "N/A" is not the same as using NA() to produce the
    #N/A error. Any text returned in a cell is treated as the numerical
    equivalent of zero. "" is not an empty cell, by the way; it's a short
    text string, and is therefore treated as zero.

    - Jon
    -------
    Jon Peltier, Microsoft Excel MVP
    Peltier Technical Services
    Tutorials and Custom Solutions
    http://PeltierTech.com/
    _______

    metro wrote:

    > In the worksheets, I can easliy turn off display of zero values. In the
    > charts, I cannot find i similar option.
    > When formulas return a 0, N/A or empty cell (""), the chart seems to handle
    > it as a 0. I do not want to display those data points at all. How do I do it?


+ 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