+ Reply to Thread
Results 1 to 4 of 4

vLOOKUP -in column other than left most

  1. #1
    Registered User
    Join Date
    05-21-2012
    Location
    London
    MS-Off Ver
    Excel 2007
    Posts
    13

    vLOOKUP -in column other than left most

    I have two tables in 2 sheets of a workbook.

    The first sheet has item id numbers but the sencond sheet has blank entries in the Iten Id column (column D).
    Both tables have the exact same columns but the Item ids in sheet 2 are blank.

    Column E contains Item names . I want to populate the item IDs in sheet2 using item names as my lookupvalues. Only probelm is the item names arent in the leftmost column

    How do i do this?
    Thanks

  2. #2
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,316

    Re: vLOOKUP -in column other than left most

    Maybe...

    =INDEX(Sheet1!$D$2:$D$100,MATCH(E2,Sheet1!$E$2:$E$100,0))
    HTH
    Regards, Jeff

  3. #3
    Registered User
    Join Date
    05-21-2012
    Location
    London
    MS-Off Ver
    Excel 2007
    Posts
    13

    Re: vLOOKUP -in column other than left most

    thanks, SHouldnt there be reference to the second sheet somewhere???

  4. #4
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,316

    Re: vLOOKUP -in column other than left most

    E2 is the reference in sheet2.

    =INDEX(Sheet1!$D$2:$D$100, >> This is where the value will be returned from

    MATCH(E2,Sheet1!$E$2:$E$100,0)) >> Column E contains Item names and that is matched on Sheet1 column E.

    Did you try the formula? Did it work/fail...what?

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 2
    Last Post: 08-09-2012, 02:02 PM
  2. Multiple VLOOKUP without using left most column as lookup value
    By fallacy4 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-20-2010, 09:07 AM
  3. vlookup when value/text is not in left-most column
    By farmerdave in forum Excel - New Users/Basics
    Replies: 3
    Last Post: 11-14-2008, 12:55 AM
  4. VLOOKUP: Return value from column left of lookup column?
    By XiaoWei in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-27-2008, 06:17 AM
  5. vlookup returns column to the left
    By Brisbane Rob in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-08-2005, 07:33 PM

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