+ Reply to Thread
Results 1 to 4 of 4

Excel 2007 : Adding New Columns + Vlookup

  1. #1
    Forum Contributor
    Join Date
    01-18-2010
    Location
    Bentley, NM
    MS-Off Ver
    Excel 2010
    Posts
    229

    Adding New Columns + Vlookup

    I have a pretty simple question. Whenever I add columns to a sheet, my vlookups and/or sumifs (located on a different sheet) that reference this sheet are now off by one and I have to go and Find and Replace them to account for the new column. How can I make excel do this automatically whenever a column is added??


    *side question: can i get this forum to e-mail me when someone has replied to a post?
    Last edited by NBVC; 01-28-2010 at 05:13 PM.

  2. #2
    Forum Expert ConneXionLost's Avatar
    Join Date
    03-11-2009
    Location
    Victoria, Canada
    MS-Off Ver
    2010
    Posts
    2,952

    Re: Adding New Columns + Vlookup

    Use something like this:

    Please Login or Register  to view this content.
    Cheers,
    Would you like to say thanks? Please click the: " Add Reputation" button, on the grey bar below the post.

  3. #3
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Adding New Columns + Vlookup

    If you are inserting columns within the table, then use Index/Match instead of Vlookup

    e.g

    =INDEX(Sheet2!E:E,MATCH(A1,Sheet2!A:A,0))

    is the same as =Vlookup(A1,Sheet2!A:E,5,FALSE)

    but it doesn't fixate on the 5th column... it adjusts the E:E as necessary...

    side answer.. Go to Edit Options in your Control Panel , adjust drop down in this section: Default Thread Subscription Mode
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  4. #4
    Forum Contributor
    Join Date
    01-18-2010
    Location
    Bentley, NM
    MS-Off Ver
    Excel 2010
    Posts
    229

    Re: Adding New Columns + Vlookup

    thanks guys.

    solved

+ 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