+ Reply to Thread
Results 1 to 3 of 3

insert column without changing references

  1. #1
    mrsmac
    Guest

    insert column without changing references

    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.

  2. #2
    Don Guillett
    Guest

    Re: insert column without changing references

    try using indirect

    --
    Don Guillett
    SalesAid Software
    [email protected]
    "mrsmac" <[email protected]> wrote in message
    news:[email protected]...
    > 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.




  3. #3
    Alok
    Guest

    RE: insert column without changing references

    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

    "mrsmac" wrote:

    > 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.


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1