+ Reply to Thread
Results 1 to 6 of 6

How to match values found by vlookup

Hybrid View

  1. #1
    Registered User
    Join Date
    10-21-2011
    Location
    South Carolina
    MS-Off Ver
    Excel 2010
    Posts
    22

    Question How to match values found by vlookup

    Hi.

    I've attached a doc as an example where I need to compare some values with what is in the comparison chart. I am able to insert the values in a vlookup statement (=VLOOKUP(G4&" "&H4&" "&I4;B3:E68;4)) where the values of cells G4 , H4 and I4 are interpreted by the formula but these aren't found in the comparison chart (B3:E68). I need to get the evaluation (column E) as per the score of cells G4 , H4 and I4 inserted into cell J4 (this is where I have inserted the vlookup formula).

    Any help would be appreciated.

    Thanks.
    Attached Files Attached Files

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,047

    Re: How to match values found by vlookup

    Hi and welcome to the forum

    What exactly are you trying to do? Your formula, effectively, is trying to find "3 3 4" (as 1 text value), in a range that contains values from 0 to 10 - so it will never find anything to match and will always return #N/A

    If you can explain what you are trying to do, we can probably put something together for you?
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Valued Forum Contributor
    Join Date
    10-10-2012
    Location
    New York
    MS-Off Ver
    Excel 2007/2010
    Posts
    337

    Re: How to match values found by vlookup

    In cell A4 put the formula =B4&C4&D4 in and copy it down.
    Replace your equation in K3 with =VLOOKUP(G3&H3&I3,$A$4:$E$69,5,FALSE)
    Don't just use the answers provided for you. Try to understand how it works by reverse engineering or asking about it.

    Please mark the thread as [SOLVED] (Thread Tools->Mark thread as Solved) when answered.
    If you're happy with an answer given, please click the * under the person's name to boost their reputation.

  4. #4
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,047

    Re: How to match values found by vlookup

    Hmm ok, maybe I understand. Try this...

    in A4, copied down, use this...
    =B4&C4&D4
    Then replace your formula with this...
    =VLOOKUP($G$3&$H$3&$I$3,$A$4:$E$68,5,0)

  5. #5
    Registered User
    Join Date
    10-21-2011
    Location
    South Carolina
    MS-Off Ver
    Excel 2010
    Posts
    22

    Re: How to match values found by vlookup

    Guys,

    Thank you for this prompt response. This has indeed fixed my issue. Very much appreciated to both of you.

  6. #6
    Forum Guru
    Join Date
    03-12-2010
    Location
    Canada
    MS-Off Ver
    2010 and 2013
    Posts
    4,418

    Re: How to match values found by vlookup

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.
    Thanks.
    Please consider:

    Thanking those who helped you. Click the star icon in the lower left part of the contributor's post and add Reputation.
    Cleaning up when you're done. Mark your thread [SOLVED] if you received your answer.

+ 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