+ Reply to Thread
Results 1 to 4 of 4

Plotting blank cells in line charts?

Hybrid View

Guest Plotting blank cells in line... 02-14-2005, 05:06 PM
Guest Re: Plotting blank cells in... 02-14-2005, 06:06 PM
Guest Re: Plotting blank cells in... 02-14-2005, 08:06 PM
Guest Re: Plotting blank cells in... 02-16-2005, 01:16 PM
  1. #1
    doogie
    Guest

    Plotting blank cells in line charts?

    How do I keep a line chart from plotting blank cells. Formulas are in cells
    that return a blank when false.

  2. #2
    Steve
    Guest

    Re: Plotting blank cells in line charts?

    The simple way:

    1) Hide the rows you don't wish to chart
    2) Create a chart.
    3) Click Tools, Options, Chart (click on chart first)
    4) Uncheck the option to plot visible cells only


    "doogie" <doogie@discussions.microsoft.com> wrote in message
    news:D382F21C-CDC9-4861-B41B-595BEA39EBAD@microsoft.com...
    > How do I keep a line chart from plotting blank cells. Formulas are in
    > cells
    > that return a blank when false.




  3. #3
    Ken Wright
    Guest

    Re: Plotting blank cells in line charts?

    =IF(your_formula=0,NA(),your_formula)

    --
    Regards
    Ken....................... Microsoft MVP - Excel
    Sys Spec - Win XP Pro / XL 97/00/02/03

    ----------------------------------------------------------------------------
    It's easier to beg forgiveness than ask permission :-)
    ----------------------------------------------------------------------------

    "doogie" <doogie@discussions.microsoft.com> wrote in message
    news:D382F21C-CDC9-4861-B41B-595BEA39EBAD@microsoft.com...
    > How do I keep a line chart from plotting blank cells. Formulas are in

    cells
    > that return a blank when false.




  4. #4
    Tushar Mehta
    Guest

    Re: Plotting blank cells in line charts?

    If you use NA() instead of "" in your formula, XL will interpolate that
    point. The only way to create a gap in a XY Scatter chart (any version
    of XL that supports VBA) or a line chart (prior to XL2002) is to use a
    programmatic solution such as 'Chart gap for N/A' (http://www.tushar-
    mehta.com/excel/software/na_discontinuity/index.html)

    Note that XL2002 introduced a bug wherein a single segment in a line
    chart cannot be formatted to 'nothing'. MS hasn't fixed the bug as of
    2003.

    --
    Regards,

    Tushar Mehta
    www.tushar-mehta.com
    Excel, PowerPoint, and VBA add-ins, tutorials
    Custom MS Office productivity solutions

    In article <D382F21C-CDC9-4861-B41B-595BEA39EBAD@microsoft.com>,
    doogie@discussions.microsoft.com says...
    > How do I keep a line chart from plotting blank cells. Formulas are in cells
    > that return a blank when false.
    >


+ 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