View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Gord Dibben Gord Dibben is offline
external usenet poster
 
Posts: 22,906
Default copy same formula with with different worksheet reference

=INDIRECT("Sheet" & (ROW()-1) & "!E3")


Gord Dibben MS Excel MVP

On Tue, 13 May 2008 11:22:01 -0700, c-cat
wrote:

I am trying to copy formula's on the same worksheet with references to
different worksheets within the same document, is there a way to do this?