Using the Cell descriptor in the formula

D

Davezico

I am trying to write a formula where the cell descriptor is part of the
formula. Eg A1: =A2
this puts the value of cell A2 into A1
A1: =A{B2}
If I enter 2 into B2 then A1 shows the value of A2. If I put 7 into B2 then
A1 becomes the value of A7.

Is there a way of doing the above?
 
R

Ron Coderre

Try something like this:

=INDIRECT("A"&B2)

Does that help?

***********
Regards,
Ron

XL2002, WinXP-Pro
 
Top