PC Review Forums Newsgroups Microsoft Excel Microsoft Excel Charting Only chart numerical values, not error values

Reply

Only chart numerical values, not error values

 
Thread Tools Rate Thread
Old 08-11-2007, 09:03 PM   #1
=?Utf-8?B?YW5keQ==?=
Guest
 
Posts: n/a
Default Only chart numerical values, not error values


In my data series I am using NA() in a formula so that #N/A shows up in the
cell. From the website listed below I thought that this would not chart the
error values but my charts are still conecting all my marks. Can Excel only
show my MIN/MAX marks?
=IF($B2=MAX($B2:$B$1562),$B2,NA())
http://peltiertech.com/Excel/Charts/FormatMinMax.html
Thanks!
  Reply With Quote
Old 08-11-2007, 10:05 PM   #2
Andy Pope
Guest
 
Posts: n/a
Default Re: Only chart numerical values, not error values

Hi,

If you have #N/A in the cell then the point will not be plotted.
But if there is a valid data point(s) after it then the line will be
plotted to join those points interpolating the gap in between. It will
not leave put a break in the line.

This shows you what happens.
http://www.andypope.info/charts/brokenlines.htm

Or maybe you simply need to format the series so No border is plotted.

Cheers
Andy

andy wrote:
> In my data series I am using NA() in a formula so that #N/A shows up in the
> cell. From the website listed below I thought that this would not chart the
> error values but my charts are still conecting all my marks. Can Excel only
> show my MIN/MAX marks?
> =IF($B2=MAX($B2:$B$1562),$B2,NA())
> http://peltiertech.com/Excel/Charts/FormatMinMax.html
> Thanks!

  Reply With Quote
Old 08-11-2007, 10:46 PM   #3
=?Utf-8?B?YW5keQ==?=
Guest
 
Posts: n/a
Default Re: Only chart numerical values, not error values

My mistake, easy fix. Right-click the data series click 'Format Data Series'
'Patterns' and select 'None' for the line.
Thanks Andy.
"Andy Pope" wrote:

> Hi,
>
> If you have #N/A in the cell then the point will not be plotted.
> But if there is a valid data point(s) after it then the line will be
> plotted to join those points interpolating the gap in between. It will
> not leave put a break in the line.
>
> This shows you what happens.
> http://www.andypope.info/charts/brokenlines.htm
>
> Or maybe you simply need to format the series so No border is plotted.
>
> Cheers
> Andy
>
> andy wrote:
> > In my data series I am using NA() in a formula so that #N/A shows up in the
> > cell. From the website listed below I thought that this would not chart the
> > error values but my charts are still conecting all my marks. Can Excel only
> > show my MIN/MAX marks?
> > =IF($B2=MAX($B2:$B$1562),$B2,NA())
> > http://peltiertech.com/Excel/Charts/FormatMinMax.html
> > Thanks!

>

  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off