Cell formula

  • Thread starter Thread starter DDR
  • Start date Start date
D

DDR

I have a simple formula C9 = C10. When I insert a new row which makes C10 C11
I want the formula to still look at C10. Currently when I add a new row the
formula changes. Any help is appreciated
 
Probably another way, but as long as you don't plan on copying this formula
to other locations expecting it to automatically change, then you could use
this.

=INDIRECT("C9")=INDIRECT("C10")

HTH,
Paul
 

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