+ Reply to Thread
Results 1 to 4 of 4

retaining referenced cell when inserting column

  1. #1
    Registered User
    Join Date
    12-02-2009
    Location
    Perth, Australia
    MS-Off Ver
    Excel 2007
    Posts
    83

    retaining referenced cell when inserting column

    Hi There,

    I want to be able to retain the referenced cell in a formula when I insert a column.

    for example.

    I have the following formula

    =power((1+c4)*(1+d4)*(1+e4),12/12)-1

    If I insert a column at colum C the formula changes to

    =power((1+d4)*(1+e4)*(1+f4),12/12)-1

    I want to be able to retain the original formula without having to rewrite the formula. Is there an absolute function I can use or something along those lines.

    I hope this makes sense.

    Cheers,

    Easty

  2. #2
    Registered User
    Join Date
    10-22-2007
    Location
    Mumbai, India
    MS-Off Ver
    MS Excel 2007
    Posts
    59

    Re: retaining referenced cell when inserting column

    add a dollar sign in the cell references for eg. instead of C4 make in $C$4

  3. #3
    Valued Forum Contributor
    Join Date
    02-08-2010
    Location
    Dallas, TX
    MS-Off Ver
    Excel 2007
    Posts
    122

    Re: retaining referenced cell when inserting column

    Maybe this,

    =POWER((1+INDEX(1:1048576,4,3))*(1+INDEX(1:1048576,4,4))*(1+INDEX(1:1048576,4,5)),12/12)-1

    Change 1048576 by 65536 if files is saved as a 2003.

    Regards

  4. #4
    Registered User
    Join Date
    12-02-2009
    Location
    Perth, Australia
    MS-Off Ver
    Excel 2007
    Posts
    83

    Re: retaining referenced cell when inserting column

    to Roshan and Sailepaty,

    Thanks so much for your assistance.

    Roshan unfortunately your suggestion doesn't work......thanks anyway.

    Saitepaty, yours works perfectly......your're a legend!!!

    Cheers

    Easty

+ 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