+ Reply to Thread
Results 1 to 5 of 5

Formulas to Return Multiple Matches

Hybrid View

  1. #1
    Banned User!
    Join Date
    08-14-2019
    Location
    UK
    MS-Off Ver
    2010
    Posts
    72

    Formulas to Return Multiple Matches

    Hi,

    On the Lookup Invoice sheet there are cells with some data highlighted yellow (B20:E29). Does anyone know formulas to get this data from the Invoice Data sheet I14:L21 based on the Invoice Number in cell H3 on the Lookup Invoice sheet.

    This number should match the Invoice Data sheet range B14:B21.

    Thank you,
    Bart

    PS This is not a duplicate thread

  2. #2
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 V 2503
    Posts
    13,702

    Re: Formulas to Return Multiple Matches

    If I understand correctly try this in Invoice Data I14:L21
    Formula: copy to clipboard
    =IF('Lookup Invoice'!$H$3='Invoice Data'!$B14,'Lookup Invoice'!B20,"")
    Then Custom Format the range 0;-0;;@ to get blanks for the blanks instead of 0s.
    Dave

  3. #3
    Banned User!
    Join Date
    08-14-2019
    Location
    UK
    MS-Off Ver
    2010
    Posts
    72

    Re: Formulas to Return Multiple Matches

    Oh sorry I wanted the formulas for the Lookup Invoice sheet.

  4. #4
    Forum Contributor
    Join Date
    12-13-2013
    Location
    Calgary,AB,Canada
    MS-Off Ver
    2016,O365
    Posts
    236

    Re: Formulas to Return Multiple Matches

    B20=IFERROR(INDEX(Table14[CODE],SMALL(IF(Table14[INV]=$H$3,ROW(Table14[INV])-13,"/"),ROW(A1))),"") Control+Shift+enter, then copy to B29
    C20=IF($B20="","",VLOOKUP($B20,Table14[[CODE]:[UOM]],COLUMN(B1),)) copy to right and down

  5. #5
    Banned User!
    Join Date
    08-14-2019
    Location
    UK
    MS-Off Ver
    2010
    Posts
    72

    Re: Formulas to Return Multiple Matches

    @CAABYYC that works perfectly thank you so much!


+ 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. [SOLVED] Two 'Look for Matches and return Values' Formulas required.
    By hammer2 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-10-2016, 08:25 AM
  2. Need excel formulas to return values for partial text matches
    By bp2010 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-27-2016, 01:35 PM
  3. Replies: 2
    Last Post: 03-03-2014, 10:03 PM
  4. Return multiple columns with vlookup when there are multiple matches
    By elapo21 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 11-06-2013, 07:11 PM
  5. Lookup and return multiple matches across multiple sheets
    By somnath6309 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 09-07-2013, 02:44 AM
  6. Look up and return multiple matches
    By ShoshanaM in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-05-2013, 05:59 PM
  7. Excel 2007 : Return Multiple Matches
    By GaidenFocus in forum Excel General
    Replies: 8
    Last Post: 11-23-2010, 12:37 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