Forum Discussion
Chart linking with Name Manager
so it's known chart behave different than other items, i linked it to a box that indirect the limit of which it should take values from a column,
like i used this code to do it: =OFFSET('Study '!$F$25,1,0,'Study '!$BD$26), but this fails when i want it to take starting and ending limit with offset command, it just re input values, like if i want beginning to be 100 and ending to be 300 it reads first 100 and then reread them plus the extra 200 so i have 400 values.
is it possible to make it so from column F it starts taking values from lets say box BC and the ending limit to be from BD? i tried looking it up and figuring it but you know how it goes with charts
1 Reply
- m_tarlerBronze Contributor
It seems to work for me. I defined names:
xvalues: =OFFSET(Sheet1!$F$1,Sheet1!$C$26-1,0,Sheet1!$D$26)
yvalues: =OFFSET(Sheet1!$G$1,Sheet1!$C$26-1,0,Sheet1!$D$26)