problems with scatter plot

L

lynn

Is it possible to create a scatter plot using a range of
data but have it ignore a cell if it's blank ? I have a
range of data copied @ pasted from another source.
The 'blank' cells seem to be behaving as zeros, resulting
in a problem with the scatter plot. If I click in the
blank cell and delete, the plot reports correctly. I'm not
going to be able to manually remove the blanks, however.
Is there a way I can have Excel ignore the blanks when
creating the chart ? Using excel 2002
 
L

LeninVMS

lynn,

There are possibly unprintable characters or spaces in the blank cell
that you are working with.

Let us say you are pasting values for the scatter graph based on cell
A1:B10.
Now enter the following formula in c1 and copy to c1:d10

=IF(ISERROR(VALUE(a1)),NA(),a1)

Create the scatter graph based on c1:d10 instead of a1:b10 but continu
to paste to a1:b10

This should prevent blanks and other characters from showing up a
zeros.

- Leni
 

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