Trouble with named data

G

Guest

In the formula bar of an x-y chart, I entered:

=SERIES(,'Sheet1'!xData,'Sheet1'!yData,1)

I tried both with and without the single quotes around Sheet1 -- either way
I get an error message indicating the formula contains an invalid external
reference. How can I solve the problem?

It should be indicated:

1) xData and yData both contain an INDIRECT function whose text argument is
a relative reference, thus data depends on which is the active cell. (I
select a cell and recalculate in order to plot different sets of data).
2) This method of charting DID work for me before; something is a little
different about the way I'm doing it.
3) xData and yData DO presently return correct values when entered as
arguments in a cell (e.g., SUM(xData)).
 
J

Jon Peltier

I've had mixed results using INDIRECT in name definitions when the names are
used as chart series data. I guess charts aren't as smart as worksheets when
reading data from names. Sometimes it works (as in a little test I just
did), and sometimes it doesn't.

- Jon
 

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