Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 6
Default Don't plot non-numeric cells

Tools - Options - Chart - Plot empty cells as: Not plotted (leave gaps) works
only when the cell is actually empty. The cell is empty when raw data is
missing, but the raw data has to be subtracted from a constant value. I'm
using =IF(ISNUMBER(B4), B$1-B4,NA()) which returns #N/A when B4 is blank.
The cell is not empty and consequently is plotted as an interpolated value
between B3 and B5.

I've tried copying and pasting values only and using "" instead of NA() to
no avail.

Short of clearing the contents manually (5% missing data points scattered
throughout 25,000 values) is there another way to leave gaps in the line
chart?
  #2   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 6,582
Default Don't plot non-numeric cells

#N/A allows interpolation in a line or XY chart. Only a true blank allows a
gap. "" is text, and so is treated as a data point with value zero, thee
least useful of all.

You could select the data range, use Go To (F5 shortcut key), click Special,
then choose Formulas, the Errors option. This changes the selection to all
errors from formulas in that range. Press Delete to clear these cells.

Of course, if you need to change your data, you'll need to reinstate the
formulas.

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


"Catenary" wrote in message
...
Tools - Options - Chart - Plot empty cells as: Not plotted (leave gaps)
works
only when the cell is actually empty. The cell is empty when raw data is
missing, but the raw data has to be subtracted from a constant value. I'm
using =IF(ISNUMBER(B4), B$1-B4,NA()) which returns #N/A when B4 is blank.
The cell is not empty and consequently is plotted as an interpolated value
between B3 and B5.

I've tried copying and pasting values only and using "" instead of NA() to
no avail.

Short of clearing the contents manually (5% missing data points scattered
throughout 25,000 values) is there another way to leave gaps in the line
chart?



  #3   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 6
Default Don't plot non-numeric cells

Excellent! It sure beats clearing over 1,000 non-contiguous cells by hand.
Thank you.

"Jon Peltier" wrote:

#N/A allows interpolation in a line or XY chart. Only a true blank allows a
gap. "" is text, and so is treated as a data point with value zero, thee
least useful of all.

You could select the data range, use Go To (F5 shortcut key), click Special,
then choose Formulas, the Errors option. This changes the selection to all
errors from formulas in that range. Press Delete to clear these cells.

Of course, if you need to change your data, you'll need to reinstate the
formulas.

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


"Catenary" wrote in message
...
Tools - Options - Chart - Plot empty cells as: Not plotted (leave gaps)
works
only when the cell is actually empty. The cell is empty when raw data is
missing, but the raw data has to be subtracted from a constant value. I'm
using =IF(ISNUMBER(B4), B$1-B4,NA()) which returns #N/A when B4 is blank.
The cell is not empty and consequently is plotted as an interpolated value
between B3 and B5.

I've tried copying and pasting values only and using "" instead of NA() to
no avail.

Short of clearing the contents manually (5% missing data points scattered
throughout 25,000 values) is there another way to leave gaps in the line
chart?




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
XY Scatter Plot - Non-numeric data Stan Charts and Charting in Excel 3 July 13th 07 08:21 PM
Need a formula that will plot all cells between other cells of a certain number Hosley Excel Discussion (Misc queries) 2 May 3rd 07 12:22 AM
Omit points from plot if cell is formula returns a non-numeric res Dave Charts and Charting in Excel 2 April 19th 07 03:40 PM
XY Scatter Plot - Change Labels From Numeric To Text Programmatica Refresher Charts and Charting in Excel 8 January 27th 07 01:52 AM
How do I plot non-numeric values in a graph in Excel? Lax Charts and Charting in Excel 1 July 30th 05 04:21 PM


All times are GMT +1. The time now is 03:54 AM.

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"