+ Reply to Thread
Results 1 to 2 of 2

do not graph zero calculated values.

  1. #1
    Rick James
    Guest

    do not graph zero calculated values.

    On the web page:
    http://office.microsoft.com/en-ca/as...992231033.aspx

    The forth point (Control the way empty cells are plotted in a chart) is kind
    of what I'm looking for, but this solution above does not help my situation.
    We have a formula in the cell, and do not want it to plot that portion if the
    returned value is "zero". Please post a solution. Thanks!

    ----------------
    This post is a suggestion for Microsoft, and Microsoft responds to the
    suggestions with the most votes. To vote for this suggestion, click the "I
    Agree" button in the message pane. If you do not see the button, follow this
    link to open the suggestion in the Microsoft Web-based Newsreader and then
    click "I Agree" in the message pane.

    http://www.microsoft.com/office/comm...excel.charting

  2. #2
    Nick Hodge
    Guest

    Re: do not graph zero calculated values.

    Rick

    You need to use the NA() function...so

    =IF(MyFormula=0,NA(),MyFormula)

    --
    HTH
    Nick Hodge
    Microsoft MVP - Excel
    Southampton, England
    [email protected]HIS


    "Rick James" <Rick [email protected]> wrote in message
    news:[email protected]...
    > On the web page:
    > http://office.microsoft.com/en-ca/as...992231033.aspx
    >
    > The forth point (Control the way empty cells are plotted in a chart) is
    > kind
    > of what I'm looking for, but this solution above does not help my
    > situation.
    > We have a formula in the cell, and do not want it to plot that portion if
    > the
    > returned value is "zero". Please post a solution. Thanks!
    >
    > ----------------
    > This post is a suggestion for Microsoft, and Microsoft responds to the
    > suggestions with the most votes. To vote for this suggestion, click the "I
    > Agree" button in the message pane. If you do not see the button, follow
    > this
    > link to open the suggestion in the Microsoft Web-based Newsreader and then
    > click "I Agree" in the message pane.
    >
    > http://www.microsoft.com/office/comm...excel.charting




+ 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