View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Davezico
 
Posts: n/a
Default Using the Cell descriptor in the formula

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?