Results 1 to 16 of 16

Vlookup - create new list from existing list based on partial match

Threaded View

  1. #4
    Forum Expert
    Join Date
    06-05-2017
    Location
    Brazil
    MS-Off Ver
    Microsoft 365 Version 2412
    Posts
    1,508

    Re: Vlookup - create new list from existing list based on partial match

    If you can use helper columns, populate column G, for example with this formula in G3 and copy down:

    =IF(COUNTIF(A3,"*"&$E$3&"*"),A3,"")

    Then use this array formula (ctrl+shift+enter) in H3 and copy down:
    =IFERROR(INDEX($G$3:$G$14,MATCH(1,(COUNTIF(H$2:H2,$G$3:$G$14)=0)*($G$3:$G$14<>""),0)),"")

    And finally this lookup formula in I3 and down:
    =IFERROR(INDEX($B$3:$B$14,MATCH(H3,$A$3:$A$14,0)),"")
    Last edited by Estevaoba; 05-12-2018 at 01:18 PM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Compare a list of strings against a list of keywords to return a partial match
    By randomkiwi in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 10-11-2017, 11:51 PM
  2. [SOLVED] Updating a Master List from a Partial List (VLOOKUP?)
    By jplunkett1 in forum Excel General
    Replies: 7
    Last Post: 07-15-2016, 11:19 AM
  3. [SOLVED] Formula to Create a Partial List from a Complete List
    By slindfors in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 07-18-2014, 02:44 PM
  4. Copy column based on partial word match in first row and paste into existing workbook
    By David Harris 1987 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 09-19-2013, 03:52 PM
  5. Copy column based on partial word match in first row and paste into existing workbook
    By David Harris 1987 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 09-11-2013, 01:02 PM
  6. Copying row based on partial cell match and paste into existing worksheets
    By colinh69 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-25-2011, 02:42 PM
  7. Replies: 1
    Last Post: 06-05-2006, 10:40 AM

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