+ Reply to Thread
Results 1 to 2 of 2

Lookup based on several criteria

  1. #1
    Registered User
    Join Date
    10-30-2006
    Posts
    1

    Lookup based on several criteria

    Hello all,

    I have a list that includes, among other things, 3 pieces of information.

    Part #, Packing Slip #, Invoice #

    In a second workbook, I have Packing Slip and Part #. I need to match the Invoice # to this data. My problem is that a single packing slip can refer to several parts, each of which has its own invoice. A vlookup would only yield the first invoice that matches the packing slip (or part, depending on how I set it up).

    Is there a way to search a list using several criteria?

    In words = find invoice# that matches packing slip#(XX) and part#(YY).

    Thanks for any advice you can give,
    the_giza

  2. #2
    Valued Forum Contributor
    Join Date
    07-11-2004
    Posts
    851
    Part #, Packing Slip #, Invoice #

    Yes - let's say the info is in rows 2:10 (row 1 being header), columns a:c

    =offset(c1,match(1,(a2:a10=d1)*(b2:b10=e1),0),0)

    an array formula so control+shift+enter

    with the desire part # in d1 and packing slip in e1
    not a professional, just trying to assist.....

+ 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