Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

2003 Excel Chart with zero data

0 views
Skip to first unread message

C Kreig

unread,
Nov 10, 2009, 11:30:01 AM11/10/09
to
I have a chart that shows the fiscal year. In the months that currently do
not have data it is charting to a zero for the month. How can I get the
chart not to show the next month's that have a zero for a value? The catch
is that some months maybe zero and the months that do not have a value are
currently empty. Below is the formula that I am currently using.

=IF(SUM('Global KPI Monitoring chart'!F7:F8)=0,IF(AND('Global KPI Monitoring
chart'!F7="",
'Global KPI Monitoring chart'!F8=""),"",0),SUM('Global KPI Monitoring
chart'!F7:F8))

Luke M

unread,
Nov 10, 2009, 11:40:16 AM11/10/09
to
Instead of an output of "", have the formula output the #N/A error (as charts
recognize this data as not applicable)

I believe something like this:

=IF(SUM('Global KPI Monitoring chart'!F7:F8)=0,IF(AND('Global KPI Monitoring
chart'!F7="",

'Global KPI Monitoring chart'!F8=""),NA(),0),SUM('Global KPI Monitoring
chart'!F7:F8))
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*

C Kreig

unread,
Nov 10, 2009, 12:12:08 PM11/10/09
to
Luke-
If I do that, I get ?Name error

C Kreig

unread,
Nov 10, 2009, 12:21:01 PM11/10/09
to
Luke-
I got the formula to work, however it is still showing a value of zero on my
chart.
Any suggestions?

Luke M

unread,
Nov 10, 2009, 2:03:01 PM11/10/09
to
Hmm. You might want to take a look at dynamic charting techniques to help
limit the amount of data going into your chart.

http://peltiertech.com/Excel/Charts/Dynamics.html

It appears you are trying not only keep the data from months that have no
data from being plotted, but also keep those months from appearing on the
axis, correct?

C Kreig

unread,
Nov 10, 2009, 10:23:06 PM11/10/09
to
Luke-
I am doing a chart for fy and from Nov - Aug we do not have data. Instead
of the chart leaving the point blank where the data does not exist it
considers it a zero value and is charting it as a zero.
0 new messages