+ Reply to Thread
Results 1 to 4 of 4

Stop cell reference changing when insert column

  1. #1
    Forum Contributor
    Join Date
    06-13-2008
    Location
    London, England
    MS-Off Ver
    2010
    Posts
    277

    Stop cell reference changing when insert column

    Hi Guys,

    Probabilly really simple,

    I have referenced data in two colums on a sheet A and B,

    Column A contains the latest data, each month i insert new column (moving column A to column B)

    However all of my references continue to follow the original data (eg will change from column A to column B)

    this happens despite using Absolute references. (=$A$1)

    Is there a way to lock these cell references to only ever display column A etc?
    Last edited by freud1; 06-04-2009 at 06:47 AM.

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Stop cell reference changing when insert column

    You can use INDEX:

    =INDEX(1:65536,1,1)

    or INDIRECT

    =INDIRECT("A1")

    The former being non volatile would be preferable IMO.

  3. #3
    Forum Contributor
    Join Date
    06-13-2008
    Location
    London, England
    MS-Off Ver
    2010
    Posts
    277

    Re: Stop cell reference changing when insert column

    thanks Donkyote,

    I've been avoiding the Index Function for years now so i guess it'a time to bite the bullet...

    many thanks

  4. #4
    Registered User
    Join Date
    07-27-2012
    Location
    Mt. Washington, Kentucky
    MS-Off Ver
    Excel 2003
    Posts
    1

    Re: Stop cell reference changing when insert column

    Brilliant! This is exactly what I was looking for. My formula is about 12 feet long now, but it does exactly what i want! No if I can only get the conditional formatting to not move into the newly inserted column.

+ 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