Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 6
Default Graph points going to zero

How do I keep my chart line from dropping to zero for the upcoming weeks that
do not have data. I am using a formula to calculate my 52 week progress. The
chart graphs the weeks correctly that have data, but drops to zero for the
upcoming weeks. I am trying to use a line graph.

Thanks,
--
keith jones
  #2   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 1,104
Default Graph points going to zero

For the weeks that you have no data, enter =NA(). This displays as #N/A and
is ignored by the chart engine
Don't like this idea because it looks odd when you print your report? The
hide these entries with conditional format. Suppose the data is in B2:B53,
select this range, use Format | Conditional Formatting and in dialog use
Formula Is ...=ISNA(B2) and set the font to the same colour as the cell's
background to make it invisible

Alternatively: click on chart then use Tools | Options | Charts and specify
how empty cells are to be treated

best wishes
--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email

"kajones" wrote in message
...
How do I keep my chart line from dropping to zero for the upcoming weeks
that
do not have data. I am using a formula to calculate my 52 week progress.
The
chart graphs the weeks correctly that have data, but drops to zero for the
upcoming weeks. I am trying to use a line graph.

Thanks,
--
keith jones



  #3   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 6
Default Graph points going to zero

Thanks,,,that helped with part of it. Now I have another problem. For some
reason my graph points for the first three weeks show as zero. I am using a
Vlookup to pull the data from another file. Is there something else that I
need to do in my chart to make it show up correctly on the chart. If I go
back and type over the formula with just the number that it gives me it works
okay.


--
keith jones


"Bernard Liengme" wrote:

For the weeks that you have no data, enter =NA(). This displays as #N/A and
is ignored by the chart engine
Don't like this idea because it looks odd when you print your report? The
hide these entries with conditional format. Suppose the data is in B2:B53,
select this range, use Format | Conditional Formatting and in dialog use
Formula Is ...=ISNA(B2) and set the font to the same colour as the cell's
background to make it invisible

Alternatively: click on chart then use Tools | Options | Charts and specify
how empty cells are to be treated

best wishes
--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email

"kajones" wrote in message
...
How do I keep my chart line from dropping to zero for the upcoming weeks
that
do not have data. I am using a formula to calculate my 52 week progress.
The
chart graphs the weeks correctly that have data, but drops to zero for the
upcoming weeks. I am trying to use a line graph.

Thanks,
--
keith jones




  #4   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 1,104
Default Graph points going to zero

Would need to see the file. Just make up some data that mimics your actual
data and chart (to preserve confidentiality) and send me the file
--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email

"kajones" wrote in message
...
Thanks,,,that helped with part of it. Now I have another problem. For
some
reason my graph points for the first three weeks show as zero. I am using
a
Vlookup to pull the data from another file. Is there something else that
I
need to do in my chart to make it show up correctly on the chart. If I go
back and type over the formula with just the number that it gives me it
works
okay.


--
keith jones


"Bernard Liengme" wrote:

For the weeks that you have no data, enter =NA(). This displays as #N/A
and
is ignored by the chart engine
Don't like this idea because it looks odd when you print your report? The
hide these entries with conditional format. Suppose the data is in
B2:B53,
select this range, use Format | Conditional Formatting and in dialog use
Formula Is ...=ISNA(B2) and set the font to the same colour as the cell's
background to make it invisible

Alternatively: click on chart then use Tools | Options | Charts and
specify
how empty cells are to be treated

best wishes
--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email

"kajones" wrote in message
...
How do I keep my chart line from dropping to zero for the upcoming
weeks
that
do not have data. I am using a formula to calculate my 52 week
progress.
The
chart graphs the weeks correctly that have data, but drops to zero for
the
upcoming weeks. I am trying to use a line graph.

Thanks,
--
keith jones






  #5   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 1,104
Default Graph points going to zero

Solved: data was text not number
--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email

"kajones" wrote in message
...
Thanks,,,that helped with part of it. Now I have another problem. For
some
reason my graph points for the first three weeks show as zero. I am using
a
Vlookup to pull the data from another file. Is there something else that
I
need to do in my chart to make it show up correctly on the chart. If I go
back and type over the formula with just the number that it gives me it
works
okay.


--
keith jones


"Bernard Liengme" wrote:

For the weeks that you have no data, enter =NA(). This displays as #N/A
and
is ignored by the chart engine
Don't like this idea because it looks odd when you print your report? The
hide these entries with conditional format. Suppose the data is in
B2:B53,
select this range, use Format | Conditional Formatting and in dialog use
Formula Is ...=ISNA(B2) and set the font to the same colour as the cell's
background to make it invisible

Alternatively: click on chart then use Tools | Options | Charts and
specify
how empty cells are to be treated

best wishes
--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email

"kajones" wrote in message
...
How do I keep my chart line from dropping to zero for the upcoming
weeks
that
do not have data. I am using a formula to calculate my 52 week
progress.
The
chart graphs the weeks correctly that have data, but drops to zero for
the
upcoming weeks. I am trying to use a line graph.

Thanks,
--
keith jones








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
Graph Points Duplatt New Users to Excel 5 November 6th 07 01:58 PM
Less points in graph [email protected] Excel Worksheet Functions 3 December 26th 06 07:28 PM
all points on a xy graph Stressed Dissertation Author Charts and Charting in Excel 2 April 18th 06 12:05 AM
label points on an XY graph Eric Charts and Charting in Excel 2 November 28th 05 12:36 AM
Graph with too many points - How to scroll? giselle Charts and Charting in Excel 4 June 13th 05 03:16 AM


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