Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 2
Default charting missing data (empty cells bug)

Hi
I'm trying to chart data with some missing points. I read posts on this forum on this topic and checked with my settings but they seem to be OK. Still, my empty cells are plotted as zeros. Only one (!) cell out of 5 is not plotted(and I failed to figure out how that one was different from the rest).

Here are the current settings:
- Excel version is French.
- Cells are not hidden, but protected.
- They are customized at "empty cell" format (;;;)
- Empty cells are set to be plotted as gaps.

Your help would be very much appreciated.


EggHeadCafe - Software Developer Portal of Choice
..NET string.Split("::") Bug With Duplicate Delimiters
http://www.eggheadcafe.com/tutorials...ngsplit-b.aspx
  #2   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 2
Default Excel 2007

Oh, I almost forgot it: I'm using the 2007 version



Kazim Mammadhuseyn wrote:

charting missing data (empty cells bug)
26-oct.-09

Hi
I'm trying to chart data with some missing points. I read posts on this forum on this topic and checked with my settings but they seem to be OK. Still, my empty cells are plotted as zeros. Only one (!) cell out of 5 is not plotted(and I failed to figure out how that one was different from the rest).

Here are the current settings:
- Excel version is French.
- Cells are not hidden, but protected.
- They are customized at "empty cell" format (;;;)
- Empty cells are set to be plotted as gaps.

Your help would be very much appreciated.

Previous Posts In This Thread:

EggHeadCafe - Software Developer Portal of Choice
Identities, Roles, Database Forms Authentication
http://www.eggheadcafe.com/tutorials...es-databa.aspx
  #3   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 2,489
Default charting missing data (empty cells bug)

Hi,

Charts take a cell with content that is not numeric as being text and as
such treat it as zero.
If your cell contains a formula you need to set the resulting unused value
using the NA()
So your formula construct will be along the lines of if not a valid value
use NA()

IF(<test , <value . NA() )

Note that regardless of the setting for how to chart empty cells the use of
NA() will only suppress the data marker.
If you have a line and require a break within it you will need to remove the
formula from the cell.

Cheers
Andy
--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
"Kazim Mammadhuseyn" wrote in message
...
Hi
I'm trying to chart data with some missing points. I read posts on this
forum on this topic and checked with my settings but they seem to be OK.
Still, my empty cells are plotted as zeros. Only one (!) cell out of 5 is
not plotted(and I failed to figure out how that one was different from the
rest).

Here are the current settings:
- Excel version is French.
- Cells are not hidden, but protected.
- They are customized at "empty cell" format (;;;)
- Empty cells are set to be plotted as gaps.

Your help would be very much appreciated.


EggHeadCafe - Software Developer Portal of Choice
.NET string.Split("::") Bug With Duplicate Delimiters
http://www.eggheadcafe.com/tutorials...ngsplit-b.aspx


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 with missing data or empty strings from vlookup() MJS Charts and Charting in Excel 2 February 23rd 07 07:16 AM
Pie Charting with Missing and Changing Data ksp Charts and Charting in Excel 5 May 30th 06 10:46 AM
How do you stop excel from charting empty cells/null values as zer Abe-air Charts and Charting in Excel 3 March 20th 06 11:57 PM
charting non-adjacent data cells BK Charts and Charting in Excel 3 January 21st 06 08:41 PM
Charting 3-D Graphs with Empty Cells [email protected] Charts and Charting in Excel 2 January 21st 06 02:11 PM


All times are GMT +1. The time now is 11:51 PM.

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"