Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.charting
DKY
 
Posts: n/a
Default Zero is a dropdown Take 2


I tried this earlier and nothing happened. I'm setting up a chart with
several series instead of a data range (wow, looks like I know what I'm
talking about. LOL) and I'm doing a line graph. Problem is that when I
have zero's or an N/A it drops down and then comes back up. I'm looking
to have it just stop and then start back up the next week, instead of
dropping down but don't know how to do that or even what to call it or
else I would search for it.


--
DKY
------------------------------------------------------------------------
DKY's Profile: http://www.excelforum.com/member.php...o&userid=14515
View this thread: http://www.excelforum.com/showthread...hreadid=535942

  #2   Report Post  
Posted to microsoft.public.excel.charting
Kelly O'Day
 
Posts: n/a
Default Zero is a dropdown Take 2

DKY:

There are several possible conditions that can cause your chart to drop to
zero.

1. Your data cell has a zero (0).
2. Your data cell is blank. You can use Tools Options Chart Plot
Empty Cells as (Not Plotted - Leave Gaps)
3. Your data cell has a formula like = If (A1 = "", "", 99) or =
If(A1="",Na(),99)
4. Your data cell has text instead of a number (Excel plots text as zero's)

The specific fix depends on your situation.

If you have empty cells (no formulas or values), then the tools Options
Charts Plot empty Cells as choice will solve problem

If you have zeros, Excel will plot them as zero unless you remove them or
use a formula like = If(A1=0,Na(),A1)

If you have cells with string (you mentioned N/A), then Excel will plot as
0.

There are many web posts on plotting missing data. You may want to start
with this one:

http://processtrends.com/pg_charts_missing_data.htm

...Kelly







"DKY" wrote in message
...

I tried this earlier and nothing happened. I'm setting up a chart with
several series instead of a data range (wow, looks like I know what I'm
talking about. LOL) and I'm doing a line graph. Problem is that when I
have zero's or an N/A it drops down and then comes back up. I'm looking
to have it just stop and then start back up the next week, instead of
dropping down but don't know how to do that or even what to call it or
else I would search for it.


--
DKY
------------------------------------------------------------------------
DKY's Profile:
http://www.excelforum.com/member.php...o&userid=14515
View this thread: http://www.excelforum.com/showthread...hreadid=535942



  #3   Report Post  
Posted to microsoft.public.excel.charting
DKY
 
Posts: n/a
Default Zero is a dropdown Take 2


Actually I have a formula in there that looks like this
=IF(D10<"",1-(E10/D10),"")
and when I go to Tools Options Chart Plot
Empty Cells as
is already set to (Not Plotted - Leave Gaps)
So, I would think that it would not plot it. I even tried deleting the
formula and it still plots as zero.


--
DKY
------------------------------------------------------------------------
DKY's Profile: http://www.excelforum.com/member.php...o&userid=14515
View this thread: http://www.excelforum.com/showthread...hreadid=535942

  #4   Report Post  
Posted to microsoft.public.excel.charting
Kelly O'Day
 
Posts: n/a
Default Zero is a dropdown Take 2

DKY

Excel treats cells with formulas as Not Empty. The Not Plotted (Leave Gaps)
doesn't work because the cell is not empty.

When you have formulas, the fix is to use NA() instead of "". Excel will
place a #N/A in those cells. Excel recognizes NA() and interpolates through
the #N/A cells.

Your formula should look like: = IF(D10<"",1-(E10/D10),NA())

If you want gaps in your data series instead of interpolation, then you can
replace the formulas with values by copying data and using Edit - Paste
Special Values then remove all #N/As.

....Kelly




"DKY" wrote in message
...

Actually I have a formula in there that looks like this
=IF(D10<"",1-(E10/D10),"")
and when I go to Tools Options Chart Plot
Empty Cells as
is already set to (Not Plotted - Leave Gaps)
So, I would think that it would not plot it. I even tried deleting the
formula and it still plots as zero.


--
DKY
------------------------------------------------------------------------
DKY's Profile:
http://www.excelforum.com/member.php...o&userid=14515
View this thread: http://www.excelforum.com/showthread...hreadid=535942



  #5   Report Post  
Posted to microsoft.public.excel.charting
DKY
 
Posts: n/a
Default Zero is a dropdown Take 2


I used the formula and it gives me the #N/A but the chart still has a
line that shoots down to zero in the middle of it. I'm not sure what
I'm doing wrong here, I even got rid of the formula, line's still
there. I then put a #N/A in the cell, line's still there. I don't get
it. I have the option selected in the options that if its blank then
don't plot but when the cell is empty it still draws a line down and
plots it at zero. I'm so lost.


--
DKY
------------------------------------------------------------------------
DKY's Profile: http://www.excelforum.com/member.php...o&userid=14515
View this thread: http://www.excelforum.com/showthread...hreadid=535942



  #6   Report Post  
Posted to microsoft.public.excel.charting
DKY
 
Posts: n/a
Default Zero is a dropdown Take 2


Does the fact that I'm plotting several different series in one chart
matter? The reason I ask is that one of the series works where it
doesn't plot but the other two don't


--
DKY
------------------------------------------------------------------------
DKY's Profile: http://www.excelforum.com/member.php...o&userid=14515
View this thread: http://www.excelforum.com/showthread...hreadid=535942

  #7   Report Post  
Posted to microsoft.public.excel.charting
HEK
 
Posts: n/a
Default Zero is a dropdown Take 2

Hi:
Just a hunch: could it be that you have (1) a hidden row in your data range
with zero, text or blank value AND (2) you have unchecked "Plot visible cells
only" in Tools/Options/Chart?
Henk

"DKY" wrote:


Does the fact that I'm plotting several different series in one chart
matter? The reason I ask is that one of the series works where it
doesn't plot but the other two don't


--
DKY
------------------------------------------------------------------------
DKY's Profile: http://www.excelforum.com/member.php...o&userid=14515
View this thread: http://www.excelforum.com/showthread...hreadid=535942


  #8   Report Post  
Posted to microsoft.public.excel.charting
DKY
 
Posts: n/a
Default Zero is a dropdown Take 2


Okay, Here's what I've got

Not plotted (leave gaps) Checked
Plot visible cells only UnChecked
Chart sizes with window frame Checked
Show names Checked
Show values Checked

each of my three series are from three different sheets and there are
no values where it should be a no value, not even a function. Two of
my three are doing what they're supposed to be doing but one is
dropping down to the zero's for some reason. I don't understand, could
there be something wrong with the sheet itself?


--
DKY
------------------------------------------------------------------------
DKY's Profile: http://www.excelforum.com/member.php...o&userid=14515
View this thread: http://www.excelforum.com/showthread...hreadid=535942

  #9   Report Post  
Posted to microsoft.public.excel.charting
DKY
 
Posts: n/a
Default Zero is a dropdown Take 2


I made a new sheet for the one series and replotted it, it works now. I
don't know what the problem was but thanks for the help everyone.


--
DKY
------------------------------------------------------------------------
DKY's Profile: http://www.excelforum.com/member.php...o&userid=14515
View this thread: http://www.excelforum.com/showthread...hreadid=535942

  #10   Report Post  
Posted to microsoft.public.excel.charting
HEK
 
Posts: n/a
Default Zero is a dropdown Take 2

I wld try checking "Plot visible cells only". Hit F9 if you set yr
calculation to manual and if this solves your problem you have hidden rows
out there with zero, text or blank values, giggling in the dark.
It may not seem very likely, but all you can do is checking all possible
causes Kelly mentioned carefully one by one. In particular check Kelly's
fourth option. If your cell is FORMATTED as text (check Cell/Format/Number),
a number may very well be TREATED as text and this can be non-obvious as you
entered it as a number and you see it as a number, but Excel treats it as a
text label. I hope this helps.
Henk

"DKY" wrote:


Okay, Here's what I've got

Not plotted (leave gaps) Checked
Plot visible cells only UnChecked
Chart sizes with window frame Checked
Show names Checked
Show values Checked

each of my three series are from three different sheets and there are
no values where it should be a no value, not even a function. Two of
my three are doing what they're supposed to be doing but one is
dropping down to the zero's for some reason. I don't understand, could
there be something wrong with the sheet itself?


--
DKY
------------------------------------------------------------------------
DKY's Profile: http://www.excelforum.com/member.php...o&userid=14515
View this thread: http://www.excelforum.com/showthread...hreadid=535942


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
offer dropdown options based on another dropdown Conor Excel Discussion (Misc queries) 2 January 13th 06 04:28 PM
Excel dropdown with text and value mr. App Excel Worksheet Functions 2 December 27th 05 03:15 AM
How do I create a dropdown within a dropdown? Joyce Keller Excel Discussion (Misc queries) 1 December 5th 05 04:02 PM
Data Validation - Dropdown List Not Appearing MWS Excel Discussion (Misc queries) 2 April 25th 05 05:05 PM
dropdown value from range in other sheet mango Excel Worksheet Functions 11 December 2nd 04 03:19 AM


All times are GMT +1. The time now is 05:52 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"