fixing or freezing cell links

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a multi-sheet workbook in which forumlas in one sheet link to cells on subsequent sheets. When I insert a column in one of the referred to sheets the forumlas automatically change to the "new" location (e.g. C25 become D25). Is there a way to prevent the forumlas from changing as I insert columns?
 
Hi
try
=INDIRECT("'sheet1'!C25")
-----Original Message-----
I have a multi-sheet workbook in which forumlas in one
sheet link to cells on subsequent sheets. When I insert a
column in one of the referred to sheets the forumlas
automatically change to the "new" location (e.g. C25
become D25). Is there a way to prevent the forumlas from
changing as I insert columns?
 

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