Fromula Copying

  • Thread starter Thread starter Dan
  • Start date Start date
D

Dan

I want to copy a formula that contains a link from a
different worksheet down a column, and not have it
automatically adjust the column number as it goes down,
but instead increment the Sheet number, while keeping the
column number the same. Tall order huh?
 
Dan

Entered in A2 and copied down.

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

Gord Dibben Excel MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top