+ Reply to Thread
Results 1 to 6 of 6

Need to "not show" piece of line in graph

  1. #1
    Callan
    Guest

    Need to "not show" piece of line in graph

    I am using a line graph with 2 sets of series.
    Can someone please tell me how to stop the graph from showing values after a
    certain point in the series. If I use 0 or empty string ("") in the cells,
    the graph continues with the line just on the bottom of the graph. I need a
    condintional line as I have formual reffering to the "0". If that is possible.
    Many thanks
    --
    Callan

  2. #2
    Jerry W. Lewis
    Guest

    Re: Need to "not show" piece of line in graph

    Use #N/A or equivalently NA() instead of 0 or text.

    Jerry

    Callan wrote:

    > I am using a line graph with 2 sets of series.
    > Can someone please tell me how to stop the graph from showing values after a
    > certain point in the series. If I use 0 or empty string ("") in the cells,
    > the graph continues with the line just on the bottom of the graph. I need a
    > condintional line as I have formual reffering to the "0". If that is possible.
    > Many thanks



  3. #3
    Callan
    Guest

    Re: Need to "not show" piece of line in graph

    Thanks, but where must I use it?
    Here's the line I have in the cell
    =If(E6>0,E6,"") I tried to put the @N/A instead of (""). Doesn't work.
    If there is no value I need the cell to be empty so that the graph does not
    represent it on the line.
    Thanks
    --
    Callan


    "Jerry W. Lewis" wrote:

    > Use #N/A or equivalently NA() instead of 0 or text.
    >
    > Jerry
    >
    > Callan wrote:
    >
    > > I am using a line graph with 2 sets of series.
    > > Can someone please tell me how to stop the graph from showing values after a
    > > certain point in the series. If I use 0 or empty string ("") in the cells,
    > > the graph continues with the line just on the bottom of the graph. I need a
    > > condintional line as I have formual reffering to the "0". If that is possible.
    > > Many thanks

    >
    >


  4. #4
    David Biddulph
    Guest

    Re: Need to "not show" piece of line in graph

    "Callan" <[email protected]> wrote in message
    news:[email protected]...
    > "Jerry W. Lewis" wrote:
    > > Callan wrote:
    > > > I am using a line graph with 2 sets of series.
    > > > Can someone please tell me how to stop the graph from showing values

    after a
    > > > certain point in the series. If I use 0 or empty string ("") in the

    cells,
    > > > the graph continues with the line just on the bottom of the graph. I

    need a
    > > > condintional line as I have formual reffering to the "0". If that is

    possible.

    > > Use #N/A or equivalently NA() instead of 0 or text.


    > Thanks, but where must I use it?
    > Here's the line I have in the cell
    > =If(E6>0,E6,"") I tried to put the @N/A instead of (""). Doesn't work.
    > If there is no value I need the cell to be empty so that the graph does

    not
    > represent it on the line.


    Don't use @N/A, use NA()
    --
    David Biddulph



  5. #5
    Callan
    Guest

    Re: Need to "not show" piece of line in graph

    Thanks alot! That was EXACTLY what I wanted. Thanks again!
    --
    Callan


    "David Biddulph" wrote:

    > "Callan" <[email protected]> wrote in message
    > news:[email protected]...
    > > "Jerry W. Lewis" wrote:
    > > > Callan wrote:
    > > > > I am using a line graph with 2 sets of series.
    > > > > Can someone please tell me how to stop the graph from showing values

    > after a
    > > > > certain point in the series. If I use 0 or empty string ("") in the

    > cells,
    > > > > the graph continues with the line just on the bottom of the graph. I

    > need a
    > > > > condintional line as I have formual reffering to the "0". If that is

    > possible.
    >
    > > > Use #N/A or equivalently NA() instead of 0 or text.

    >
    > > Thanks, but where must I use it?
    > > Here's the line I have in the cell
    > > =If(E6>0,E6,"") I tried to put the @N/A instead of (""). Doesn't work.
    > > If there is no value I need the cell to be empty so that the graph does

    > not
    > > represent it on the line.

    >
    > Don't use @N/A, use NA()
    > --
    > David Biddulph
    >
    >
    >


  6. #6
    Jerry W. Lewis
    Guest

    Re: Need to "not show" piece of line in graph

    Not @N/A, #N/A as in =IF(E6>0,E6,#N/A) or =IF(E6>0,E6,NA())

    Jerry

    Callan wrote:

    > Thanks, but where must I use it?
    > Here's the line I have in the cell
    > =If(E6>0,E6,"") I tried to put the @N/A instead of (""). Doesn't work.
    > If there is no value I need the cell to be empty so that the graph does not
    > represent it on the line.
    > Thanks



+ 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