Basically cell "A1" contains B. Cell A2 contains 4.
Now I put the exact code into A3: ="A"&A1&A2
Now A3 holds the text: AB4.
What I want is to generate the formula that will link to cell AB4 and not the text.
Also making A3: ="=A"&A1&A2 changes the text to =AB4 but does not give me the formula.
The question is how can I create a formula form text without using macros?
And if macros are truly needed, then how can I make a simple set of macros to implement to make any cell generated from other cells on the fly with macros.
It can be one time but the cells or ranges must be selectable like in a function and generate the appropriate formula.
Thanks
Now I put the exact code into A3: ="A"&A1&A2
Now A3 holds the text: AB4.
What I want is to generate the formula that will link to cell AB4 and not the text.
Also making A3: ="=A"&A1&A2 changes the text to =AB4 but does not give me the formula.
The question is how can I create a formula form text without using macros?
And if macros are truly needed, then how can I make a simple set of macros to implement to make any cell generated from other cells on the fly with macros.
It can be one time but the cells or ranges must be selectable like in a function and generate the appropriate formula.
Thanks