+ Reply to Thread
Results 1 to 7 of 7

Lookup/match multiple values to display a text result

  1. #1
    Registered User
    Join Date
    08-09-2012
    Location
    Canada
    MS-Off Ver
    Excel 2007
    Posts
    22

    Lookup/match multiple values to display a text result

    Hi All,

    I am trying to combine data from two spreadsheets into one. The first is a list of our payments (shows invoice number, date, amount, payable to, description etc). The second spreadsheet contains all that same information except for the description. I need a formula that will find and match the invoice number, vendor number, amount and date and will return the associated description (basically a SUMIFS formula, but resulting in text, not a sum).

    Any help would be appreciated!
    canadian_chickie

  2. #2
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,669

    Re: Lookup/match multiple values to display a text result

    From your description, it sounds as though you should be able to use VLOOKUP to return matched data.

    Hard to tell without sample data.


    Regards, TMS
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


  3. #3
    Registered User
    Join Date
    08-09-2012
    Location
    Canada
    MS-Off Ver
    Excel 2007
    Posts
    22

    Re: Lookup/match multiple values to display a text result

    How do I look up 4 values to return one result though?

    Example attached.

    Thanks!
    Attached Files Attached Files

  4. #4
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,669

    Re: Lookup/match multiple values to display a text result

    One way:

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



    This is an Array Formula and must be committed with Ctrl-Shift-Enter rather than just Enter.


    Regards, TMS

  5. #5
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Lookup/match multiple values to display a text result

    Try this array formula**:

    =INDEX(D3:D6,MATCH(1,IF(A3:A6=A11,IF(B3:B6=B11,IF(C3:C6=C11,1))),0))

    ** array formulas need to be entered using the key
    combination of CTRL,SHIFT,ENTER (not just ENTER).
    Hold down both the CTRL key and the SHIFT key
    then hit ENTER.
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  6. #6
    Registered User
    Join Date
    08-09-2012
    Location
    Canada
    MS-Off Ver
    Excel 2007
    Posts
    22

    Re: Lookup/match multiple values to display a text result

    Works great. Thanks so much for your help!

  7. #7
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,669

    Re: Lookup/match multiple values to display a text result

    Sorry, misread ...

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


    Still an array formula.

+ 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. lookup multiple values in multiple columns to return a result
    By AYAHOO123 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 04-11-2013, 07:53 PM
  2. Replies: 3
    Last Post: 07-10-2012, 01:49 AM
  3. Replies: 1
    Last Post: 01-19-2011, 08:49 AM
  4. Match text in mulitple cells and display result
    By mrcois in forum Excel - New Users/Basics
    Replies: 2
    Last Post: 04-22-2010, 01:58 AM
  5. Sum values in multiple sheets using Lookup to find a text match
    By CheriT63 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 12-03-2005, 10:35 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