I'm plotting data in an Excel 2003 chart with a logarithmic scale on the Y axis. Some data points are occasionally missing, and this is represented by blank cells. The resulting graph looks like the one below.

There is a gap in the curves at x=150, and that is great because it really emphasizes the fact that some data is missing at that point. This is part and parcel of the information that the graph should convey.

However, Excel throws a warning every time I touch the graph: "Negative or zero values cannot be plotted correctly on log charts." This is incredibly annoying.

Is there a way to suppress this warning?

Here is what I know already:

  • Blank cells get interpreted as zero by the chart, and plotting zero values on a logarithmic chart makes no sense. This is what triggers the error.
  • If I make the missing-data cells #N/A instead of blank, the warning goes away. However, the gap in the curves also go away, which is not good.
  • Application.DisplayAlerts = False would probably work during the execution of a VBA macro, but my question is not within the context of a running macro. (Note that Application.DisplayAlerts automatically gets reset to True when execution terminates.)

enter image description here

enter image description here

link|improve this question
Is Excel-2003 a firm requirement? I tried it in 2010, got one warning when creating the chart, after that no more warinings – chris neilsen Oct 28 '11 at 9:17
Unfortunately, until my company decides to upgrade to 2010, it is a requirement! – Jean-François Corbett Oct 28 '11 at 10:51
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.