+ Reply to Thread
Results 1 to 3 of 3

vlookup formula changing lookup range automatically

  1. #1
    Registered User
    Join Date
    02-12-2009
    Location
    Oregon, US
    MS-Off Ver
    Excel 2007
    Posts
    11

    vlookup formula changing lookup range automatically

    As I copy and past my lookup formula down the page it is changing the lookup range which I think is what is giving me so many #N/A results.
    My first Formula is
    =IFERROR(VLOOKUP(A2,Coors2!A2:D3765,3,FALSE),IFERROR(VLOOKUP(A2,'AB2'!A2:C13944,3,FALSE),(VLOOKUP(A2,'WM2'!A2:C4843,3,FALSE))))

    Then for instance at line 59 the formula is
    =IFERROR(VLOOKUP(A59,Coors2!A59:D3822,3,FALSE),IFERROR(VLOOKUP(A59,'AB2'!A59:C14001,3,FALSE),(VLOOKUP(A59,'WM2'!A59:C4900,3,FALSE))))

    Why is it doing this and is this in fact the problem?
    Last edited by i.beard; 04-09-2009 at 05:01 PM.

  2. #2
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    16,054

    Re: vlookup formula changing lookup range automatically

    You must lock range:

    Coors2!$A$2:$D$3765

    (in all vlookup ranges)
    Never use Merged Cells in Excel

  3. #3
    Registered User
    Join Date
    02-12-2009
    Location
    Oregon, US
    MS-Off Ver
    Excel 2007
    Posts
    11

    Thumbs up Re: vlookup formula changing lookup range automatically

    That was it Thank you

+ 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