+ Reply to Thread
Results 1 to 5 of 5

vlookup method

  1. #1
    Forum Contributor
    Join Date
    12-03-2008
    Location
    Key West, FL
    MS-Off Ver
    365 Apps for Enterprise
    Posts
    665

    vlookup method

    I tried using vlookup in the attached workbook to give me the numbers you see in cells F4 and F5.

    Can someone tell me what I'm doing wrong? (I've manually put the correct (desired) values in cells G4 and G5).



    Thank you.
    Attached Files Attached Files

  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 method

    Try this...

    =INDEX($A$4:$A$34,MATCH(E4,$B$4:$B$34,0))
    HTH
    Regards, Jeff

  3. #3
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.84 for Mac MS 365
    Posts
    8,496

    Re: vlookup method

    as an explanation, vlookups return values to their right, not left (it can be done but it is more convoluted to use it to the left). So what you need is to use index/match, what Jeff gave you.
    Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
    Sam Capricci

  4. #4
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: vlookup method

    Or this
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

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

    Re: vlookup method

    Thanks Sam for adding the explanation.

    @jrtaylor,

    As Sam pointed out about the traditional Left-to-Right syntax with the VLOOKUP, you can try this =VLOOKUP(E4,CHOOSE({1,2},B4:B34,A4:A34),2,0) as another option.

+ 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. [SOLVED] IF + VLOOKUP: easier method?
    By sugaswt17 in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 06-27-2016, 03:17 PM
  2. [SOLVED] Alternative method to using sumif and vlookup
    By bkholy in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 07-28-2015, 09:42 AM
  3. [SOLVED] Which method is faster, VLOOKUP or MATCH & INDEX?
    By Jimmyjazz in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 11-20-2013, 04:35 PM
  4. Custom vlookup or dependent Naming method
    By ezoecisoc in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-18-2013, 04:28 AM
  5. Need help creating Vlookup formula for invoices ( or any other method)
    By BeanyBaby in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 01-15-2013, 11:43 PM
  6. vlookup or any other method...?
    By silverxx12 in forum Excel General
    Replies: 12
    Last Post: 06-17-2012, 10:31 AM
  7. Replacement method for 7+ IF statements? (tried VLOOKUP)
    By wenhao in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 03-31-2012, 10:04 AM

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