K
K. Georgiadis
In the past few days I had an exchange of messages with
Tushar Mehta regarding an interactive chart, driven by a
combo box. My issue has been resolved but, for the
benefit of us who are still a little uncertain about the
combination of these functions, may I ask a couple of
questions regarding the construct and the arguments?
Again, I had an array of data in A4:F19, with cell B23 as
the link cell for the combo box. I used the named formula:
PlotData = OFFSET(Sheet1!$B$4,Sheet1!$B$23-1,0,1,COUNTA
(Sheet1!$A:$A)-1)
1. I read about OFFSET and its arguments (starting cell,
cells up, down, right or left). I'm not sure I understand
the construct using $B$23 (the cell linked to the combo
box), since this cell is outside the data array
2. When I clicked the "Refers to" button in
Insert/Name/Define, I saw that the range highlighted on
the worksheet extended 10 or 12 columns beyond my data
range. Is that an Excel quirk or is it an effect of the
formula? What would have happened if I had unrelated
numbers entered in those extra columns?
Many thanks
Tushar Mehta regarding an interactive chart, driven by a
combo box. My issue has been resolved but, for the
benefit of us who are still a little uncertain about the
combination of these functions, may I ask a couple of
questions regarding the construct and the arguments?
Again, I had an array of data in A4:F19, with cell B23 as
the link cell for the combo box. I used the named formula:
PlotData = OFFSET(Sheet1!$B$4,Sheet1!$B$23-1,0,1,COUNTA
(Sheet1!$A:$A)-1)
1. I read about OFFSET and its arguments (starting cell,
cells up, down, right or left). I'm not sure I understand
the construct using $B$23 (the cell linked to the combo
box), since this cell is outside the data array
2. When I clicked the "Refers to" button in
Insert/Name/Define, I saw that the range highlighted on
the worksheet extended 10 or 12 columns beyond my data
range. Is that an Excel quirk or is it an effect of the
formula? What would have happened if I had unrelated
numbers entered in those extra columns?
Many thanks