When I add a row to excel how can I stop formulae changing

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

Guest

I've done this before, but can't remember how.
I want to add a row at the top of a sheet, but without formulae with a range
eg =sum(a1:a5) changing to =sum(a2:a6).
$ isn't the answer
 
vezerid said:
=SUM(INDIRECT("A1:A5"))

HTH
Kostis Vezerides
Thanks for that.
How about if I after inserting a row A1:A5 changes to A1:A6

TIA
Dave
 

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