+ Reply to Thread
Results 1 to 4 of 4

Help with a Vlookup criteria

  1. #1
    Registered User
    Join Date
    08-27-2012
    Location
    Atlanta, GA
    MS-Off Ver
    Excel 2007
    Posts
    66

    Help with a Vlookup criteria

    I have a Vlookup formula that I want to recognize a column from one sheet and match it to a column from another sheet and output the next row according to the name.

    Example Sheet1:
    HTML Code: 
    Example sheet2:
    HTML Code: 
    I want to pull the first scores from the second sheet into the first sheet based on names

    Please Login or Register  to view this content.
    I used this and I'm getting zerosCopy of Sanitation Rport for SY12 as of 10-11-12 filter on Second Score.xls
    Last edited by missmea2005; 11-02-2012 at 09:22 AM.

  2. #2
    Forum Expert dilipandey's Avatar
    Join Date
    12-05-2011
    Location
    Dubai, UAE
    MS-Off Ver
    1997 - 2016
    Posts
    8,191

    Re: Help with a Vlookup criteria

    Hi missmea,

    Try using below formula:-

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    See attached:- Copy of Sanitation Rport for SY12 as of 10-11-12 filter on Second Score.xls

    Regards,
    DILIPandey

    <click on below 'star' if this helps>
    DILIPandey, Excel rMVP
    +919810929744 (India), +971528225509 (Dubai), [email protected]

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

    Re: Help with a Vlookup criteria

    do you mean
    =VLOOKUP(E2,'By RESA'!$F$2:$G$1000,2,FALSE)
    or in excel 2007 or later
    =iferror(VLOOKUP(E2,'By RESA'!$F$2:$G$1000,2,FALSE),"")
    "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

  4. #4
    Registered User
    Join Date
    08-27-2012
    Location
    Atlanta, GA
    MS-Off Ver
    Excel 2007
    Posts
    66

    Re: Help with a Vlookup criteria

    Thanks a million @martindwilson!!!!!!!! It was the second one.

+ 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