Absolute sell references

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

Guest

Morning,
I currrently have a spreadsheet with the following formula =sum($E2:$V2)

I insert a column and shift all columns from E-V to the right (makeing them
F-W). I would like the formula to remain =sum($E2:$V2) but it keeps chagning
to =sum($F2:$W2). Is there anyway to make a cell reference stay put no
matter what or will it always move when you insert columns inside the range?
 
Put an apostrophe to the left of the equal sign: '=sum($E2:$V2)

This converts the formula to a text string. Then insert your columns. Go
back to the text string, delete the apostrophe and hit enter. Note that if
calculation is set to manual you will have to re-force calculation after
doing this.

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