Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 1
Default Excluding Error Values

In an Excel chart I have data linked to an MS Access query. The number of
rows and columns for the query may vary. To cover this, I have pasted over a
larger area of cells that I am likely to receive rows/columns in Access. I
now want to plot this data on a chart.

When selecting the data source for the graph as the full potential range of
cells from the Access query, the graph plots the #N/A values which result
from the cell range being large than the Access query. How can I get the
chart to ignore the #N/A values like it can be set to ignore zero values?
  #2   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 6,582
Default Excluding Error Values

First, the chart cannot be set to ignore zero values, only true blanks
(i.e., not a formula that returns a zero length string ""). Second, if it's
a marker-type chart (line or XY), the #N/A values are not plotted, although
the series internally counts them as points. Third, you could use dynamic
ranges to define the data, using something like COUNT(Sheet1!$A:$A) to
determine how many rows have values instead of errors (presumably it's all
values above a cutoff row and all errors below).

http://peltiertech.com/Excel/Charts/Dynamics.html

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


"Rod Behr" wrote in message
...
In an Excel chart I have data linked to an MS Access query. The number of
rows and columns for the query may vary. To cover this, I have pasted over
a
larger area of cells that I am likely to receive rows/columns in Access. I
now want to plot this data on a chart.

When selecting the data source for the graph as the full potential range
of
cells from the Access query, the graph plots the #N/A values which result
from the cell range being large than the Access query. How can I get the
chart to ignore the #N/A values like it can be set to ignore zero values?



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Computing averages excluding values with no value j_jimenez420 Excel Worksheet Functions 2 March 1st 07 09:03 PM
Finding Minimum Value in series, excluding zero values [email protected] Excel Worksheet Functions 5 January 30th 07 08:21 PM
Finding Maximum value while excluding some values tx12345 Excel Worksheet Functions 15 February 4th 06 08:59 PM
Min Function Excluding Zero Values & More WeatherGuy Excel Worksheet Functions 8 January 1st 06 04:44 AM
excluding repeating values neda5 Excel Discussion (Misc queries) 2 July 10th 05 11:59 PM


All times are GMT +1. The time now is 09:54 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"