how to avoid zero error in log log plot

G

Guest

i am plotting data on log-log plot with some of the data missing that gives
zero values cannot be plotted error message. I think there must be some way
of plotting that would avoid this error message. Please let me know if there
is such a method such as use of NA() or some such function
 
D

David Biddulph

Yes.
In whichever cells are calculating a zero that is causing the problem, use
=IF(yourformula=0,NA(),yourformula)
 

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