+ Reply to Thread
Results 1 to 7 of 7

Major Vlookup issues

  1. #1
    Registered User
    Join Date
    01-24-2011
    Location
    Auburn, AL
    MS-Off Ver
    Excel 2003
    Posts
    17

    Major Vlookup issues

    I was wondering if someone could evaluate my data and let me know where my equation had gone wrong.

    Equation:

    =VLOOKUP(A2,$A$2:$E$14,4,FALSE)

    I attached an excel file to make it a little more clear as to what I am getting at, but, instead of searching a vertical column and finding a value, the function is just pulling over a column and giving me identical values. The excel document explains it a little better. Thanks in advance!

    Thanks a lot guys, total lifesavers!
    Attached Files Attached Files
    Last edited by DawginAuburn; 04-19-2011 at 01:00 PM.

  2. #2
    Forum Expert
    Join Date
    12-23-2006
    Location
    germany
    MS-Off Ver
    XL2003 / 2007 / 2010
    Posts
    6,326

    Re: Major Vlookup issues

    What I am trying to do: I want the vlookup function to look for A2 Account number search column E and then bring back the matching value from Column d to Column C. I have thousands of more values in D than I do in E, will that matter?
    But Column D is empty??

  3. #3
    Forum Expert sweep's Avatar
    Join Date
    04-03-2007
    Location
    Great Sankey, Warrington, UK
    MS-Off Ver
    2003 / 2007 / 2010 / 2016 / 365
    Posts
    3,444

    Re: Major Vlookup issues

    Hi,

    Does this:

    =INDEX($E$2:$E$26,MATCH(A2,$F$2:$F$26,0))

    in C2 and copied down give you the correct result?
    Rule 1: Never merge cells
    Rule 2: See rule 1

    "Tomorrow I'm going to be famous. All I need is a tennis racket and a hat".

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

    Re: Major Vlookup issues

    you cant look up to the left use index/match instead
    =INDEX($E$2:$E$14,MATCH(A2,$F$2:$F$14,0))
    "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

  5. #5
    Forum Expert
    Join Date
    12-23-2006
    Location
    germany
    MS-Off Ver
    XL2003 / 2007 / 2010
    Posts
    6,326

    Re: Major Vlookup issues

    Left lookup :
    Please Login or Register  to view this content.

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

    Re: Major Vlookup issues

    well you cant normaly! i forgot that trick

  7. #7
    Forum Expert
    Join Date
    12-23-2006
    Location
    germany
    MS-Off Ver
    XL2003 / 2007 / 2010
    Posts
    6,326

    Re: Major Vlookup issues


+ 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