View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default Variable Cell Value

=INDIRECT("A"&N1+3)

Volatile & non-volatile functions are discussed at
http://msdn2.microsoft.com/en-us/library/aa730921.aspx, which is aimed at
Excel 2007 but much applies equally to earlier versions.
--
David Biddulph

"Ken" wrote in message
...
What formula can I use to express the value of cell A(n+3) where n is a
variable. For example, if n = 4 then the cell I'm looking for is "A7".
Also,
in these discussions what exactly does a "volatile" solution mean vs a
"nonvolatile" solution?
--
Ken