Results 1 to 9 of 9

How to create a cell of IDs of related products (in the row of an original product)?

Threaded View

  1. #4
    Forum Expert KOKOSEK's Avatar
    Join Date
    08-03-2018
    Location
    Pole in Yorkshire, UK
    MS-Off Ver
    365/2013
    Posts
    2,765

    Re: How to create a cell of IDs of related products (in the row of an original product)?

    Try into C3:

    Formula: copy to clipboard
    =IF(A3<>"",SUBSTITUTE(TEXTJOIN("",1,IF(IFERROR(FIND(LEFT(A3,7),$A$3:$A$18),0)<>0,$A$3:$A$18&", ","")),A3&", ",""),"")


    accept with Ctrl+Shift+Enter (as it is array formula).
    Then drag it down as long as needed.


    A
    B
    C
    1
    ID name related_products
    2
    PALACE
    3
    801_005 Climbing Frame for Children - Jungle Palace 801_005 - 850_176, 801_005 - 850_177, 801_005 - 850_230,
    4
    801_005 - 850_176 Climbing Frame with Swing - Palace 1-Swing 801_005, 801_005 - 850_177, 801_005 - 850_230,
    5
    801_005 - 850_177 Playhouse with Slide and Swing - Palace 2-Swing 801_005, 801_005 - 850_176, 801_005 - 850_230,
    6
    801_005 - 850_230 Playtower with Climbing Wall - Palace Climb 801_005, 801_005 - 850_176, 801_005 - 850_177,
    7
    Attached Files Attached Files

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Create new workbook named for Cell in original workbook and copy some sheets from original
    By ANDREAAS in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 06-09-2019, 01:40 PM
  2. Replies: 4
    Last Post: 02-26-2018, 01:01 PM
  3. Replies: 1
    Last Post: 05-12-2016, 09:29 AM
  4. [SOLVED] VBA to to create a list of product variations based on list of parent products
    By irruzzz in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 05-12-2016, 08:27 AM
  5. [SOLVED] Formula to List of Product Groups That Have The Most Products With Zero Sales
    By chaddug in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 04-23-2015, 06:12 AM
  6. Find and go to product code in a list of products
    By ALANBERNARD in forum Excel General
    Replies: 5
    Last Post: 06-05-2013, 09:28 AM
  7. Finding the greater product of two sets of products and then some
    By bruce42 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-14-2008, 06:40 PM

Tags for this Thread

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