Chart and Zeros

B

beto

This is the issue:
Let say I have :

ColumnA ColumnB
1 234
2 432
3 -8
4 0...
5 0...
... ..0..
... ..0..
300 0...

I'm doing a linear graph and I want as "x-value" Column A, and "y-value"
Column B. But I do not want the zeros to appear in the graph.
week by week the zeros will change as days pass until reach 300.
automatically.

Is there any way to set the graph up to take just number greater and lesser
than zeros?
 
K

Kurt Barr

I'm assuming that your values for Column B is your Y-axis. And that you're
not wanting to see your graph plummet to 0 and stay there for the remainder
of the values on the X-axis.

If so, I would suggest you altering your formula that gives you the value in
Column B to show an empty cell instead of the 0. You can do that by making
the formula result be "".

If you post a copy of your formula, I would be more than happy to assist you
with modifying it to do that.
 
B

beto

The problem is that those values are coming from another workbook....
These are the values for Y axis (column B)

=AustinQ.!U17
=AustinQ.!U18
and so on.......

and what I have in the AustinQ. workbook is as follows:

=AVERAGE(E17,I17,M17,Q17)
=AVERAGE(E18,I18,M18,Q18)
and so on..........
 

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