Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 5
Default Charts for 2008 with No Values

Professionals, I want to continue my 2007 charts through 2008 but without
values until the time arrives. My charts just show 0's for all of 2008 even
though I clicked on tools, options, chart, and plot emty cells as not plotted
(leave gaps).

How can I do this?

Oct 2007 - 2
Nov 2007 - 5
Dec 2007 - 9
Jan 2008 - NOT PLOTTED
Feb 2008 - NOT PLOTTED

Thanks in advance.

  #2   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 8,651
Default Charts for 2008 with No Values

Replace your 2008 entries with #N/A, or =NA()
--
David Biddulph

"TinleyParkILGal" wrote in
message ...
Professionals, I want to continue my 2007 charts through 2008 but without
values until the time arrives. My charts just show 0's for all of 2008
even
though I clicked on tools, options, chart, and plot emty cells as not
plotted
(leave gaps).

How can I do this?

Oct 2007 - 2
Nov 2007 - 5
Dec 2007 - 9
Jan 2008 - NOT PLOTTED
Feb 2008 - NOT PLOTTED

Thanks in advance.



  #3   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 2,489
Default Charts for 2008 with No Values

Hi,

If the cells contain formula use NA() instead of "".
As any text content will be treated as zero.

Cheers
Andy

TinleyParkILGal wrote:
Professionals, I want to continue my 2007 charts through 2008 but without
values until the time arrives. My charts just show 0's for all of 2008 even
though I clicked on tools, options, chart, and plot emty cells as not plotted
(leave gaps).

How can I do this?

Oct 2007 - 2
Nov 2007 - 5
Dec 2007 - 9
Jan 2008 - NOT PLOTTED
Feb 2008 - NOT PLOTTED

Thanks in advance.

  #4   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 5
Default Charts for 2008 with No Values

David and Andy,
Thanks for your posts. Whether I use #N/A or =NA() I get the value 0 on my
chart and it is plotted so it looks like the value has gone down to zero. I
do not even want the line after November since we have not yet closed 12/2007.

Thanks

"David Biddulph" wrote:

Replace your 2008 entries with #N/A, or =NA()
--
David Biddulph

"TinleyParkILGal" wrote in
message ...
Professionals, I want to continue my 2007 charts through 2008 but without
values until the time arrives. My charts just show 0's for all of 2008
even
though I clicked on tools, options, chart, and plot emty cells as not
plotted
(leave gaps).

How can I do this?

Oct 2007 - 2
Nov 2007 - 5
Dec 2007 - 9
Jan 2008 - NOT PLOTTED
Feb 2008 - NOT PLOTTED

Thanks in advance.




  #5   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 10,593
Default Charts for 2008 with No Values

Try using a dynamic range, say myData for

=OFFSET(Sheet1!$A$1,1,0,COUNTIF(Sheet1!$A:$A,"<"&T ODAY()),1)

and use

=Sheet1!myData

in the chart

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)



"TinleyParkILGal" wrote in
message ...
David and Andy,
Thanks for your posts. Whether I use #N/A or =NA() I get the value 0 on my
chart and it is plotted so it looks like the value has gone down to zero.
I
do not even want the line after November since we have not yet closed
12/2007.

Thanks

"David Biddulph" wrote:

Replace your 2008 entries with #N/A, or =NA()
--
David Biddulph

"TinleyParkILGal" wrote in
message ...
Professionals, I want to continue my 2007 charts through 2008 but
without
values until the time arrives. My charts just show 0's for all of 2008
even
though I clicked on tools, options, chart, and plot emty cells as not
plotted
(leave gaps).

How can I do this?

Oct 2007 - 2
Nov 2007 - 5
Dec 2007 - 9
Jan 2008 - NOT PLOTTED
Feb 2008 - NOT PLOTTED

Thanks in advance.








  #6   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 5
Default Charts for 2008 with No Values

Bob,

I am not very advanced using excel. I do not know what to do with your
information or where to put any of this. I do not know what myData is or
where any of your example in the chart. I do not know what =Offset or
=Sheet1!myData is or where to us it.

Bob Phillips" wrote:

Try using a dynamic range, say myData for

=OFFSET(Sheet1!$A$1,1,0,COUNTIF(Sheet1!$A:$A,"<"&T ODAY()),1)

and use

=Sheet1!myData

in the chart

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)



"TinleyParkILGal" wrote in
message ...
David and Andy,
Thanks for your posts. Whether I use #N/A or =NA() I get the value 0 on my
chart and it is plotted so it looks like the value has gone down to zero.
I
do not even want the line after November since we have not yet closed
12/2007.

Thanks

"David Biddulph" wrote:

Replace your 2008 entries with #N/A, or =NA()
--
David Biddulph

"TinleyParkILGal" wrote in
message ...
Professionals, I want to continue my 2007 charts through 2008 but
without
values until the time arrives. My charts just show 0's for all of 2008
even
though I clicked on tools, options, chart, and plot emty cells as not
plotted
(leave gaps).

How can I do this?

Oct 2007 - 2
Nov 2007 - 5
Dec 2007 - 9
Jan 2008 - NOT PLOTTED
Feb 2008 - NOT PLOTTED

Thanks in advance.







  #7   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 2,489
Default Charts for 2008 with No Values

The problem with TinleyParkILGal chart was the actual chart type being used.
After using NA() in the cells as advised the line still dropped to zero.
This was caused by the line chart being of the sub-type Stacked line.
Changing the chart allowed the NA() to function as a point not plotted.

Cheers
Andy

--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
"TinleyParkILGal" wrote in
message ...
Professionals, I want to continue my 2007 charts through 2008 but without
values until the time arrives. My charts just show 0's for all of 2008
even
though I clicked on tools, options, chart, and plot emty cells as not
plotted
(leave gaps).

How can I do this?

Oct 2007 - 2
Nov 2007 - 5
Dec 2007 - 9
Jan 2008 - NOT PLOTTED
Feb 2008 - NOT PLOTTED

Thanks in advance.


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
2008 Julian Callendar Sandy Excel Worksheet Functions 1 December 19th 07 07:01 PM
6/30/2008 date error?! diaare Excel Discussion (Misc queries) 7 November 2nd 07 06:08 PM
NCAA Basketball Bracket 2008 robert morris Excel Discussion (Misc queries) 0 October 5th 07 03:11 PM
Update 2007 calendar to 2008 fluffy Excel Discussion (Misc queries) 1 September 26th 07 07:28 PM
How to calculate number of month from 2008 in Excel? Frank Excel Discussion (Misc queries) 7 February 7th 06 02:29 PM


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