P
Paul Pedersen
I have a cell that is a pick list of items from a column. Those items are
not values in themselves, but references to cells in various unpredictable
locations on other sheets in the workbook.
Example list column values:
"Value 1" (refers to sheet1!A23)
"Value 2" (refers to sheet2!B7)
"Value 3" (refers to sheet2!D2)
"Value 4" (refers to sheet3!A6)
In this case the pick list would contain the choices Value 1, Value 2, Value
3, Value 4.
When the user selects an item from the list, I need to get a reference to
the cell that value came from, in order to get values from cells in
positions relative to that one. For instance, if the user chooses Value 2, I
might need to return the value of the cell at sheet2!B8.
My thought was to first look for a function that would return the formula in
a specified cell, but I can't even get that far.
Anyone have suggestions?
not values in themselves, but references to cells in various unpredictable
locations on other sheets in the workbook.
Example list column values:
"Value 1" (refers to sheet1!A23)
"Value 2" (refers to sheet2!B7)
"Value 3" (refers to sheet2!D2)
"Value 4" (refers to sheet3!A6)
In this case the pick list would contain the choices Value 1, Value 2, Value
3, Value 4.
When the user selects an item from the list, I need to get a reference to
the cell that value came from, in order to get values from cells in
positions relative to that one. For instance, if the user chooses Value 2, I
might need to return the value of the cell at sheet2!B8.
My thought was to first look for a function that would return the formula in
a specified cell, but I can't even get that far.
Anyone have suggestions?