I'm trying to combine two text cells to form a usuable formula:
A42: "=DATA!H"
B42: 695
C42: I want the outcome to be: =DATA!H695 and for it to be a formula that pulls the data correctly from Data sheet Cell H695.
I've tried: =A42&B42 and =indirect(A42)& INDIRECT(B42)
A42 does not change, B42 changes in value dependent on a different formula.
Anyone have any ideas?
I appreciate any help.
A42: "=DATA!H"
B42: 695
C42: I want the outcome to be: =DATA!H695 and for it to be a formula that pulls the data correctly from Data sheet Cell H695.
I've tried: =A42&B42 and =indirect(A42)& INDIRECT(B42)
A42 does not change, B42 changes in value dependent on a different formula.
Anyone have any ideas?
I appreciate any help.