variable for Y values in chart

D

Don Barton

On my Bias chart, under Source Data, Series, my Y values =Correlations!
$D$8:$D$59

Is there a way to make the ending location ($D$59) a variable? I want
the Y values ending location read from a cell entered by the user.

So, let say, in cell C16, I want my user to enter the ending cell for
the Y values they want to use for the Bias chart.
Therefore, cell C16 would have D59 entered by the user.

Thanks

Don
 
B

Bob Phillips

Use a dynamic range name with a Refersto value of

=OFFSET(Sheet1!$D$8,,,$C$16,1)

and refer to the name in the chart source data.

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)
 
D

Don Barton

Use a dynamic range name with a Refersto value of

=OFFSET(Sheet1!$D$8,,,$C$16,1)

and refer to the name in the chart source data.

--
---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

Thanks Bob

db
 

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