Cell reference OR INDIRECT function

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

Guest

If I use cell references the correct link to the data in cell in lost when
rows are inserted.

Therefore I use the INDIRECT(column()&row()) format,

Is there another way, because my formula's are incresing dramaticaly
 
If I use cell references the correct link to the data in cell in lost when
rows are inserted.

Therefore I use the INDIRECT(column()&row()) format,

Is there another way, because my formula's are incresing dramaticaly

There is no other way to *always* refer to A1 regardless of
insertions, deletions or moving of cells except:
=INDIRECT("A1")
=INDIRECT(ADDRESS(1,1))

Are your formulas increasing in size or population?

HTH
Kostis Vezerides
 

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