+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    norco
    Guest

    prevent display of data series dropping to graph x axis for null d

    In a graph, I want to prevent the data series from going to the x axis if
    there is null data in the cell. I am using a formula =if(cell value =
    "","",average(cell range)) and this is what I am trying to suppress

  2. #2
    Jerry W. Lewis
    Guest

    Re: prevent display of data series dropping to graph x axis for null d

    Use NA() instead of "".

    Jerry

    norco wrote:

    > In a graph, I want to prevent the data series from going to the x axis if
    > there is null data in the cell. I am using a formula =if(cell value =
    > "","",average(cell range)) and this is what I am trying to suppress



  3. #3
    Jon Peltier
    Guest

    Re: prevent display of data series dropping to graph x axis for null d

    .... for the second instance in the formula:

    =if(cell value="",NA(),average(cell range))

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


    "Jerry W. Lewis" <post_a_reply@no_e-mail.com> wrote in message
    news:43A94843.2090704@no_e-mail.com...
    > Use NA() instead of "".
    >
    > Jerry
    >
    > norco wrote:
    >
    >> In a graph, I want to prevent the data series from going to the x axis if
    >> there is null data in the cell. I am using a formula =if(cell value =
    >> "","",average(cell range)) and this is what I am trying to suppress

    >




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.2.0