A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Charts and Charting
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Can I prevent a #DIV/0! error from plotting on a chart



 
 
Thread Tools Display Modes
  #1  
Old August 26th, 2005, 03:21 AM
curious
external usenet poster
 
Posts: n/a
Default Can I prevent a #DIV/0! error from plotting on a chart

But what if I want gaps instead of interpolation? Please advise. Thanks.

"Jon Peltier" wrote:

Text values (including "") and most errors are plotted as zero. If you
can detect the error in a formula, convert it to #N/A, and many chart
types will just interpolate past the missing point.

=IF(ISERROR(A1/A2),NA(),A1/A2)

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


CTarantino wrote:

Is it possible to force an error (like #DIV/0!) to plot as if there was no
information in the cell? It seems like the default is to plot the error as a
zero.


  #2  
Old August 26th, 2005, 08:35 AM
Andy Pope
external usenet poster
 
Posts: n/a
Default

Hi,

You have to use a work around to mask the gaps.
http://www.andypope.info/charts/brokenlines.htm

Cheers
Andy

curious wrote:
But what if I want gaps instead of interpolation? Please advise. Thanks.

"Jon Peltier" wrote:


Text values (including "") and most errors are plotted as zero. If you
can detect the error in a formula, convert it to #N/A, and many chart
types will just interpolate past the missing point.

=IF(ISERROR(A1/A2),NA(),A1/A2)

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


CTarantino wrote:


Is it possible to force an error (like #DIV/0!) to plot as if there was no
information in the cell? It seems like the default is to plot the error as a
zero.



--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
 




Thread Tools
Display Modes

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 Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
replace "#DIV/0!" error with blanks Mark B Worksheet Functions 0 June 22nd, 2005 10:19 AM
How do I prevent Excel from plotting a cell w/ a formula as a "ze. Hatchet_Jack Charts and Charting 1 February 9th, 2005 10:31 PM
How do I prevent Excel from plotting a cell w/ a formula as a "ze. Bearclaw Chris Charts and Charting 0 February 9th, 2005 04:59 PM
Formula Help Diana HIgh School General Discussion 6 November 18th, 2004 05:19 AM
DIV/0 wiredbliss General Discussion 2 August 14th, 2004 09:02 AM


All times are GMT +1. The time now is 07:51 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.