=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))
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!*
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?