Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Bou
 
Posts: n/a
Default How to omit data in a chart when there are error values?

Hi there!

I've created a chart based on data who's values are variable. In certain
cases the data on one end can show error values (#DIV0!, #NUM, etc..). In
those cases the chart sees them as zero values.

Is there a way to automatically omit these values from the chart without
manually changing the series range?

Thank you!

Bou
  #2   Report Post  
Jon Peltier
 
Posts: n/a
Default

Bou -

You can test for an error:

=IF(ISERROR(<expression),NA(),<expression)

This way you get the #N/A error, which is not such a problem for a chart.

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

Bou wrote:

Hi there!

I've created a chart based on data who's values are variable. In certain
cases the data on one end can show error values (#DIV0!, #NUM, etc..). In
those cases the chart sees them as zero values.

Is there a way to automatically omit these values from the chart without
manually changing the series range?

Thank you!

Bou

  #3   Report Post  
Bou
 
Posts: n/a
Default


Jon, that worked.

Thank you a bunch!

Rgs,

Bou

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
Charting data points and show a target range on the same chart. Minireefkeeper Charts and Charting in Excel 6 February 18th 06 06:50 PM
Chart - Data Tables lajohn63 Charts and Charting in Excel 1 June 8th 05 01:48 PM
Can you show data in a data table but not plot it on the chart? Armadillo Charts and Charting in Excel 2 May 19th 05 01:08 PM
Extending a Chart Data Series from an Array - Can it be done? Jon Peltier Charts and Charting in Excel 4 November 30th 04 03:30 AM
Setting up data to create a chart George Murray Excel Worksheet Functions 0 November 8th 04 04:33 PM


All times are GMT +1. The time now is 10:40 AM.

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

About Us

"It's about Microsoft Excel"