How to get a chart range from OFFSET?

KungPaoDog

New Member
Joined
Mar 21, 2013
Messages
5
I have X values in A1:A20
I have Y values in B1:B20

I want to chart A6:A16 for X and B6:B16 for Y using":
OFFSET(A1,5,0,10,2)
-or-
OFFSET(A1,5,0,10,1) for X values
-and-
OFFSET(B1,5,0,10,1) for Y values

I have tried to "define name" for these formulas, but I still can't make the chart display what I want. I even had the curve displayed once, but it disappeared after I clicked away an error.:oops:

This is the basic version of what I am trying to accomplish. It will fit in to the rest of my sheet if I can make this work, and yes, I know there are easier ways to chart what I have stated above.

I'll happily post up my sample sheet if someone can tell me how. :oops: Thanks for any help.
 

Excel Facts

Can you AutoAverage in Excel?
There is a drop-down next to the AutoSum symbol. Open the drop-down to choose AVERAGE, COUNT, MAX, or MIN
When you click on the Series formula, the bit with the hard-wired range needs to be replaced with something like:
'Worksheet name!NamedRange'

If you just put in the named range, the chart doesn't know the context.
See if this link helps... Using dynamic ranges -- DataWright Information Services

Denis

Yes, I am putting the name in as something like 'Sheet1'!Xvalues.

When I look online I keep finding stuff about dynamic ranges, which is close but not quite what I need. I think that link from DataWright might be closer. Thanks, I'll let you know what I figure out.
 
Upvote 0

Forum statistics

Threads
1,202,920
Messages
6,052,567
Members
444,593
Latest member
Smaxls

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top