+ Reply to Thread
Results 1 to 5 of 5

[SOLVED]How to VLookup multiple items when the source has multiple identical numbers

  1. #1
    Forum Contributor
    Join Date
    06-07-2013
    Location
    US
    MS-Off Ver
    Excel 365
    Posts
    485

    [SOLVED]How to VLookup multiple items when the source has multiple identical numbers

    I have a table that has status of Y and N. And next to it I have multiple identical invoice #. Y should only has one invoice. I only want to Vlookup (or index or match, I do not know) the ones that have Y status.

    Please see my sample.

    Thanks for the help.

    Sample.xlsx
    Last edited by jackson_hollon; 11-17-2014 at 12:58 AM.

  2. #2
    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: How to VLookup when the source has multiple identical numbers

    Try this formula

    =SUMIFS(C$2:C$8,A$2:A$8,"Y",B$2:B$8,F11)
    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

  3. #3
    Forum Contributor
    Join Date
    06-07-2013
    Location
    US
    MS-Off Ver
    Excel 365
    Posts
    485

    Re: How to VLookup when the source has multiple identical numbers

    Alkey,

    Thanks for the help. I just find out there is one more item needs to look up. Please see my sample again. I also need to match the item and look up the date. Please see my sample file

    Attachment 358962



    Thanks again for the help.
    Attached Files Attached Files
    Last edited by jackson_hollon; 11-15-2014 at 12:01 AM.

  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: How to VLookup multiple items when the source has multiple identical numbers

    Here it is

    =SUMIFS(E$2:E$8,A$2:A$8,"Y",B$2:B$8,H11,C$2:C$8,I11,D$2:D$8,J11)

  5. #5
    Forum Contributor
    Join Date
    06-07-2013
    Location
    US
    MS-Off Ver
    Excel 365
    Posts
    485

    Re: How to VLookup multiple items when the source has multiple identical numbers

    Alkey,

    It works perfectly.

    Thanks.

+ 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. vlookup with rows with identical numbers
    By apmi in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-26-2014, 01:03 PM
  2. Sum Up Value if Identical Numbers Appear in Multiple Column
    By kongfookann in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 12-31-2013, 07:04 AM
  3. Vlookup multiple identical values
    By mjwilks in forum Excel General
    Replies: 3
    Last Post: 11-12-2010, 06:56 AM
  4. VLOOKUP with multiple identical keys !!!
    By jyadul in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 10-11-2006, 12:20 AM
  5. Vlookup Not matching identical numbers
    By bbrowers in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-10-2005, 09:17 PM

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