Chart question

J

Jesse

I need to set a data range for a chart to:

=INDIRECT(Data!$F$25)

The value of the cell F25 in sheet 'Data' is - D6:D17

My bar chart give me an error when I try to say ok.

Error is:
"Reference is not valid."

Are you not allowed to use functions in the 'Data range' field?
 
D

Don Guillett

=INDIRECT(Data!$F$25)
=INDIRECT("Data!$F$25")


try giving it a name and then use the name for your data source
 
J

Jesse

I gave it a shot but still got the same error. It's almost like functions
are not permitted in the Data range field. Just doesn't seem right.
 

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