insert column without changing references

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

Guest

Hi - I have one sheet that references a range on another sheet. I want to
insert a column on the 2nd sheet and I don't want the cell references to
change on the first sheet (for example A5:J5 always contains current data,
when I get new data, I want to insert a new column A and have the old data
get 'bumped' to column K) Bit I have tried named ranges, absolute and
relative references and it always changes the formula on the first sheet.
 
Hi
Don has already provided you an answer. However, just to be clear you use
indirect function like shown below

=SUM(INDIRECT("Sheet2!A5:J5"))

Alok
 

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