View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.programming
John Uebersax John Uebersax is offline
external usenet poster
 
Posts: 2
Default Relative addressing with INDIRECT function

Thanks Bob and Tom.

This seems to work for copying cells within the same column (which I
recognize was how I posed the question).

But what about also copying the formula

=A1*INDIRECT("Sheet2!a1")

to the next column, or to a 10x10 block of cells?

--
John