Carl Massa
New Member
Is there a way to tie a structured reference to a cell?
Example I have a table with 20 columns.
1=SID
2=DG1_PLAN
3=DG1_ACT
4=DG2_PLAN
5=DG2_ACT
6
7
etc
I know this address works:
=Table[[#DATA],[DG1_PLN]]
meaning the data table ="TABLE", column="DG1_PLN"
BUT I want to "tie" [DG1_PLN] to a cell (A1) this would allow me to write the code 1 time, copy to another cell and then chage the value
I tried =Table[[#DATA],[$D$5]]
Where Cell d5 contained "DG1_PLN".
Any thoughts?
Example I have a table with 20 columns.
1=SID
2=DG1_PLAN
3=DG1_ACT
4=DG2_PLAN
5=DG2_ACT
6
7
etc
I know this address works:
=Table[[#DATA],[DG1_PLN]]
meaning the data table ="TABLE", column="DG1_PLN"
BUT I want to "tie" [DG1_PLN] to a cell (A1) this would allow me to write the code 1 time, copy to another cell and then chage the value
I tried =Table[[#DATA],[$D$5]]
Where Cell d5 contained "DG1_PLN".
Any thoughts?