+ Reply to Thread
Results 1 to 5 of 5

vlookup table array and column index number to the left

  1. #1
    Registered User
    Join Date
    07-06-2010
    Location
    London, England
    MS-Off Ver
    Excel 2010
    Posts
    98

    vlookup table array and column index number to the left

    Hi all,

    I have a table which cannot be changed. I want to use vlookup to find prices according to the item numbers. Usually vlookup can only take columns to the right of the look up value but my vlookup value is to the left.

    Any idea how that may work?

    I am looking forward to hearing from you.

    Thanks in advance.
    Last edited by Mengo85; 12-19-2012 at 08:25 AM.

  2. #2
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,788

    Re: vlookup table array and column index number to the left

    Use Lookup formula


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  3. #3
    Forum Expert
    Join Date
    07-16-2010
    Location
    Northumberland, UK
    MS-Off Ver
    Excel 2007 (home), Excel 2010 (work)
    Posts
    3,054

    Re: vlookup table array and column index number to the left

    INDEX and MATCH are your friends here. Have a read up on how they work.

  4. #4
    Registered User
    Join Date
    07-06-2010
    Location
    London, England
    MS-Off Ver
    Excel 2010
    Posts
    98

    Re: vlookup table array and column index number to the left

    I tried the match and index formula but that seems only to work when the columns are next to each other. My columns are 4 columns apart. Any ideas?

  5. #5
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: vlookup table array and column index number to the left

    =index(z1:z100,match(a1,C1:c100,0)) would match in col c and return a value from corresponding row in col z
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  6. #6
    Registered User
    Join Date
    07-06-2010
    Location
    London, England
    MS-Off Ver
    Excel 2010
    Posts
    98

    Re: vlookup table array and column index number to the left

    It works, thanks.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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