Excel Chart

J

John

I am developing a chart on Excel. I have two columns
with numbers. A third column has a formula to average
the two numbers. I want to graph the average. Problem
is my graph looks bad. If I enter the two numbers, they
are averaged in the third column and graphed correctly.
The problem is Excel interprets rows that have not been
entered as zero and graphs them as zero.

I would like rows that have not yet have data entered
into them to be treated as if there is no data and thus
not be graphed.

Hope someone can help me? I need this for a project I
working on to graph the pH of a pond.

thanks
John
 
J

Jerry W. Lewis

Use

=IF(COUNT(A2:B2)=0,#N/A,AVERAGE(A2:B2))

for your average column.

Jerry
 
J

John Pfeiffer

J

John Pfeiffer

Thank you. I will give this a try too.

John


-----Original Message-----
Use

=IF(COUNT(A2:B2)=0,#N/A,AVERAGE(A2:B2))

for your average column.

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

Top