Results 1 to 6 of 6

Need formula to find partial string match in a separate column and return adjacent value.

Threaded View

  1. #1
    Registered User
    Join Date
    11-19-2019
    Location
    US
    MS-Off Ver
    Mac 2019
    Posts
    8

    Need formula to find partial string match in a separate column and return adjacent value.

    Here is the formula I've been working w/ so far:

    =IFERROR(INDEX('MULTI Product Info'!$V:$V,MATCH(TRUE, ISNUMBER(SEARCH('MULTI Product Info'!$E$1:E$164,H2)),0)),"No Match")
    My formula should be using the cells in column H (second sheet) to find partial matches in column E (first sheet) and then returning the value of the cell in the same row from column V (first sheet).

    For context, I'm working with product image file names, product SKUs, and product titles/names. The filenames and SKUs will partially match b/c the filenames will contain the product SKUs near the beginning of the filename. My goal is to partially match the filename and SKU in order to return the product title/name.

    Instance:

    (H2, second sheet) filename 1sirenred-product-2-ambassador-mary partially matches with SKU sirenred (E2, first sheet) and return value "Siren" in Red (cV2, first sheet - Its a kind of coincidence that all the cells were in the same rows in ea sheet. Its just where I happened to start when I began testing).

    Expected results (cells in second sheet which are not returning the correct values):

    I12 = Metal Square Flat Top Shields in Sunset
    I24 = Oversized Giatta in Haze
    I29 = Square Flat Top Shields in Black-Out

    Workbook has 2 sheets. In each sheet, the columns involved are highlighted in blue. The cells which aren't showing the expected results have been highlighted in black.

    Additionally, its problematic that I can't include any unoccupied rows within the formula b/c as time goes on, I'd like to copy additional filenames, SKUs, and products as we add more items to our catalog. Its not critical but having to adjust to formula for new rows definitely slows down the process (I was advised that I should not have unoccupied rows in the formula).
    Attached Files Attached Files
    Last edited by majesticoj; 11-20-2019 at 08:53 PM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Fuzzy match formula to match partial email string in another list?
    By Akshay in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 10-26-2018, 01:51 PM
  2. formula to find partial duplicate and sum the value in adjacent collumn
    By sepreta in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-23-2017, 02:43 AM
  3. Compare Two columns, find a partial match and return occurrences
    By Merkhava in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 06-11-2015, 12:42 PM
  4. Search for a text string and return adjacent cell value for each match
    By ral8088 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 11-21-2013, 09:55 AM
  5. [SOLVED] Vlookup, Match (Search or Find) partial string within string in a Cell
    By dluhut in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 05-28-2013, 12:40 PM
  6. [SOLVED] Find Specific Text in Text String and Return Value in Adjacent Column
    By watchouse in forum Excel General
    Replies: 2
    Last Post: 07-11-2012, 03:53 PM
  7. Find and Match Text in Column Return Adjacent Cell
    By biancam in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 07-11-2012, 02:45 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