Results 1 to 4 of 4

Thread: Upgrade to LookUpConcat UDF: Search Multiple Criteria and concatenate.

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Junior Member
    Join Date
    Dec 2017
    Posts
    6
    Rep Power
    0
    @DJE, I've attached below an excel file where I used your VBA code above.
    In F1 ... H4 cells I would like name lists (separated by comma) with the values from column C taking into account the two criteria listed in the cells: F1, G1, H1 and E2...E4.
    Attached Files Attached Files

  2. #2
    Junior Member
    Join Date
    May 2018
    Posts
    1
    Rep Power
    0

    Not working for multiple

    Quote Originally Posted by pub View Post
    @DJE, I've attached below an excel file where I used your VBA code above.
    In F1 ... H4 cells I would like name lists (separated by comma) with the values from column C taking into account the two criteria listed in the cells: F1, G1, H1 and E2...E4.
    Hi,

    I tried the multiple lookup_Concat and I get a REF! error

    Given the same data in the example XLSX file, I used this formula in cell F3:

    =Multi_LookUpConcat("F1;E3",$A$2:$B$50,$C$2:$C$50,";",", ")

    F1 and E3 are the two criteria to search for.
    $A$2:$B$50 are the columns these data should be found.
    $C$2:$C$50 is the range to pull results from

    I can only successfully concat with one criteria. Any help would be appreciated.

Similar Threads

  1. Concatenate Two Or Multiple Columns In To One
    By william516 in forum Excel Help
    Replies: 10
    Last Post: 07-06-2013, 12:09 AM
  2. Question on UDF LookUpConcat
    By K2` in forum Excel Help
    Replies: 4
    Last Post: 05-07-2013, 10:25 PM
  3. Concatenate multiple values
    By mcpizzle in forum Excel Help
    Replies: 3
    Last Post: 08-30-2012, 04:03 PM
  4. Replies: 4
    Last Post: 08-11-2012, 10:50 PM
  5. Concatenate Multiple Lookup Values in Single Cell
    By Admin in forum Download Center
    Replies: 4
    Last Post: 04-06-2012, 09:07 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •