PC Review


Reply
Thread Tools Rate Thread

How to chart #NUM!

 
 
=?Utf-8?B?QWxpIEJhYmE=?=
Guest
Posts: n/a
 
      1st Oct 2005

I want to create a chart and in some cases I get #NUM!. If I plot the chart
#NUM! = 0, is there a way not to include the cells with those values.

 
Reply With Quote
 
 
 
 
Bernard Liengme
Guest
Posts: n/a
 
      1st Oct 2005
You #NUM! error must come from a formula. Let's say it is =A1/B1. Replace
this by
=IF(ISERROR(A1/B1),NA(), A1/B1) Now in place of the NUM error you will get
NA() and charts ignore this.
best wishes
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Ali Baba" <(E-Mail Removed)> wrote in message
news:711396FD-65FD-429B-9DB5-(E-Mail Removed)...
>
> I want to create a chart and in some cases I get #NUM!. If I plot the
> chart
> #NUM! = 0, is there a way not to include the cells with those values.
>



 
Reply With Quote
 
=?Utf-8?B?QWxpIEJhYmE=?=
Guest
Posts: n/a
 
      1st Oct 2005
Thank you very much Bernard. This has solved the problem

"Bernard Liengme" wrote:

> You #NUM! error must come from a formula. Let's say it is =A1/B1. Replace
> this by
> =IF(ISERROR(A1/B1),NA(), A1/B1) Now in place of the NUM error you will get
> NA() and charts ignore this.
> best wishes
> --
> Bernard V Liengme
> www.stfx.ca/people/bliengme
> remove caps from email
>
> "Ali Baba" <(E-Mail Removed)> wrote in message
> news:711396FD-65FD-429B-9DB5-(E-Mail Removed)...
> >
> > I want to create a chart and in some cases I get #NUM!. If I plot the
> > chart
> > #NUM! = 0, is there a way not to include the cells with those values.
> >

>
>
>

 
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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel 2003 is missing Built-In Custom Chart Types in Chart Wizard Julius Microsoft Excel Programming 2 6th Mar 2009 04:55 PM
Excel 2003 is missing Built-In Custom Chart Types in Chart Wizard Julius Microsoft Excel Setup 1 6th Mar 2009 01:57 AM
Excel 2003 is missing Built-In Custom Chart Types in Chart Wizard Julius Microsoft Excel Programming 0 6th Mar 2009 01:21 AM
Cannot Activate Chart Area in Chart. Chart Object Failed ahperez@gmail.com Microsoft Excel Programming 2 8th Aug 2006 02:38 AM
pasting chart shows chart area, not the chart =?Utf-8?B?UGlyam8=?= Microsoft Powerpoint 3 13th Oct 2005 04:31 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:37 PM.