using the $ to lock formulas

  • Thread starter Thread starter frankmlr
  • Start date Start date
F

frankmlr

We are using the $ to lock the formula but when columns
are inserted the formula still changes. How do we correct
this?


Thank you for any assistance you can give.
 
Hi
one way would be to use something like
INDIRECT("A1")
to always refer to cell A1. Note: copying this formula won't change the
cell reference
 
One way:

=INDIRECT("B2")

will always refer to the value in B2, even if you insert columns or rows.
 

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