Concatenating a cell address

  • Thread starter Thread starter nebb
  • Start date Start date
N

nebb

Let's say cell B5 on a worksheet contains the name "Bob". If, in cell
B10, I were to enter '=B5' , the contents of cell B5, or 'Bob'
would appear in cell B10.

Now, in cell A1 of the worksheet, I have the number 5 and in cell A2 I
enter the following:
=concatenate("=B",A1)
Cell A2 would now contain the term '=B5', not the contents of cell B5.
Is there a function that would allow me,after doing the concatenation,
to have the cell show the contents of the constructed cell address?
 
Back
Top