Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.charting
AJ AJ is offline
external usenet poster
 
Posts: 99
Default Line Graph showing monthly trend

I have a spreadsheet that has tabs for every month jan, feb, mar etc.
Each month has data in it respective to that month, as it is only Jan
obviously Feb - Dec will not have any data just the headers. My data starts
at A8 in each month tab. I have a summary page that keeps a running total of
specific data I am looking for. For example how many times there was an
instance that we had the wrong address on file. Also on the summary page I
have Line charts that show the monthly trend from january to december for
each specific data we are looking for. In this example it would be wrong
address, showing how many in january, february, march etc.

My question is:
Is there anyway to that i can display the graph and have the months without
any data in it ignored? Currently I have to re-source the graph each new
month. I would like to keep the source to show all the months but ignore the
ones that do not have data in it yet. I can not ignore 0 entries, because
there may be instance where the data is actually 0.
  #2   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 4,393
Default Line Graph showing monthly trend

Suppose you have a formula like ='Dec Data!K4 on the summary sheet as part
of the data to be plotted. Replace this with =IF(ISBLANK('Dec
Data!K4),NA(),'Dec Data!K4 ). When 'Dec Data!K4 is blank you will see #N/A
which the chart engine will ignore.
best wishes
--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email

"AJ" wrote in message
...
I have a spreadsheet that has tabs for every month jan, feb, mar etc.
Each month has data in it respective to that month, as it is only Jan
obviously Feb - Dec will not have any data just the headers. My data
starts
at A8 in each month tab. I have a summary page that keeps a running total
of
specific data I am looking for. For example how many times there was an
instance that we had the wrong address on file. Also on the summary page
I
have Line charts that show the monthly trend from january to december for
each specific data we are looking for. In this example it would be wrong
address, showing how many in january, february, march etc.

My question is:
Is there anyway to that i can display the graph and have the months
without
any data in it ignored? Currently I have to re-source the graph each new
month. I would like to keep the source to show all the months but ignore
the
ones that do not have data in it yet. I can not ignore 0 entries, because
there may be instance where the data is actually 0.



  #3   Report Post  
Posted to microsoft.public.excel.charting
AJ AJ is offline
external usenet poster
 
Posts: 99
Default Line Graph showing monthly trend

thanks

"Bernard Liengme" wrote:

Suppose you have a formula like ='Dec Data!K4 on the summary sheet as part
of the data to be plotted. Replace this with =IF(ISBLANK('Dec
Data!K4),NA(),'Dec Data!K4 ). When 'Dec Data!K4 is blank you will see #N/A
which the chart engine will ignore.
best wishes
--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email

"AJ" wrote in message
...
I have a spreadsheet that has tabs for every month jan, feb, mar etc.
Each month has data in it respective to that month, as it is only Jan
obviously Feb - Dec will not have any data just the headers. My data
starts
at A8 in each month tab. I have a summary page that keeps a running total
of
specific data I am looking for. For example how many times there was an
instance that we had the wrong address on file. Also on the summary page
I
have Line charts that show the monthly trend from january to december for
each specific data we are looking for. In this example it would be wrong
address, showing how many in january, february, march etc.

My question is:
Is there anyway to that i can display the graph and have the months
without
any data in it ignored? Currently I have to re-source the graph each new
month. I would like to keep the source to show all the months but ignore
the
ones that do not have data in it yet. I can not ignore 0 entries, because
there may be instance where the data is actually 0.




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
line graph showing monthly trend AJ Excel Worksheet Functions 1 January 21st 09 10:08 PM
Trend line on two-axis graph Rita Palazzi Charts and Charting in Excel 0 April 14th 08 04:27 PM
Line graph showing '0' points pdberger Charts and Charting in Excel 1 December 27th 07 11:07 AM
How do I add a trend line for only half of my graph? Shannon K. Charts and Charting in Excel 1 December 7th 07 09:29 PM
Showing data as spreadsheet and a line graph. Shadyhosta New Users to Excel 1 January 31st 07 09:23 AM


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