Logarithmic graph

  • Thread starter Thread starter John Babcock
  • Start date Start date
J

John Babcock

Is there a way to have a logarithmic graph ignore the cells that contain a 0
value or no value in the graphed range??

Thanks ahead of time for the help.
 
Log(0) is infinite. What do you propose instead?

Logarithmic graphs do ignore cells that contain no value. Do you
perhaps mean that it is not ignoring cells that contain zero length
strings? Try using
=IF(<condition>,<formula>,#N/A)
instead of
=IF(<condition>,<formula>,"")
or
=IF(<condition>,<formula>,0)

Jerry
 

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

Back
Top