+ Reply to Thread
Results 1 to 3 of 3

How to omit data in a chart when there are error values?

  1. #1
    Bou
    Guest

    How to omit data in a chart when there are error values?

    Hi there!

    I've created a chart based on data who's values are variable. In certain
    cases the data on one end can show error values (#DIV0!, #NUM, etc..). In
    those cases the chart sees them as zero values.

    Is there a way to automatically omit these values from the chart without
    manually changing the series range?

    Thank you!

    Bou

  2. #2
    Jon Peltier
    Guest

    Re: How to omit data in a chart when there are error values?

    Bou -

    You can test for an error:

    =IF(ISERROR(<expression>),NA(),<expression>)

    This way you get the #N/A error, which is not such a problem for a chart.

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

    Bou wrote:

    > Hi there!
    >
    > I've created a chart based on data who's values are variable. In certain
    > cases the data on one end can show error values (#DIV0!, #NUM, etc..). In
    > those cases the chart sees them as zero values.
    >
    > Is there a way to automatically omit these values from the chart without
    > manually changing the series range?
    >
    > Thank you!
    >
    > Bou


  3. #3
    Bou
    Guest

    Re: How to omit data in a chart when there are error values?


    Jon, that worked.

    Thank you a bunch!

    Rgs,

    Bou


+ 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