problems with plotting "no data"

J

Jeff

Hi,
I use a 3rd party plug-in to retrieve series of time based data, among
the data, some of them are listed as "No good data for this time". As the
result, the chart plotted them as 0 (instead of leaving them blank). The
chart type is scatter.


Please help.

Thanks
 
B

Barb Reinhardt

You could create another series with the following function

A1 = "No good data for this time"
B1 = if(A1="No good data for this time",NA(),A1)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top