+ Reply to Thread
Results 1 to 4 of 4

Help Consolidating Multiple Rows with Matching Values in Another Column, into a Single Row

  1. #1
    Registered User
    Join Date
    04-11-2019
    Location
    Ft. Lauderdale, Florida
    MS-Off Ver
    MS Home and Business 2013
    Posts
    2

    Help Consolidating Multiple Rows with Matching Values in Another Column, into a Single Row

    Hi All,

    As the title describes, I'm trying to consolidate rows from column B, with matching values in column C, into a single row. I've attached the workbook. The current layout is on sheet 1, and my desired layout on sheet 2. I tried using a Vlookup, but that only solved half the problem, now I'm stumped. Any help would be great. TY!
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: Help Consolidating Multiple Rows with Matching Values in Another Column, into a Single

    Probably TEXTJOIN if you have it or VBA.
    I have seen one or two very complex formulas on some forums but they related specifically to the problem described and they were too complex for me to work out.
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  3. #3
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,211

    Re: Help Consolidating Multiple Rows with Matching Values in Another Column, into a Single

    Without textjoin you need helper column

    Please try at Sheet1
    D2
    =IF(C2=C3,B2&", "&D3,B2)

    Sheet2
    B2
    =VLOOKUP(C2,Sheet1!$C$2:$D$22,2,0)


    Or Power query in Sheet3

    Please Login or Register  to view this content.
    Attached Files Attached Files

  4. #4
    Registered User
    Join Date
    04-11-2019
    Location
    Ft. Lauderdale, Florida
    MS-Off Ver
    MS Home and Business 2013
    Posts
    2

    Re: Help Consolidating Multiple Rows with Matching Values in Another Column, into a Single

    Wow, thanks for your time and help! I'm currently working on getting my office suite upgraded so I have access to the textjoin formula. I don't understand fully how all of the formula's are connected yet, but I'm going to spend the weekend trying to figure it out.

    Thanks again! This solution is going to save me a lot of time.

+ 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. Consolidating multiple functions and columns into a single column
    By a65sd4f65as4d in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 02-09-2018, 06:05 PM
  2. Replies: 2
    Last Post: 05-05-2017, 03:31 AM
  3. [SOLVED] Multiple values in single cell (known column) split into rows with duplicate information
    By bwashbourne in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 11-06-2015, 05:00 PM
  4. Replies: 0
    Last Post: 09-26-2012, 10:33 AM
  5. Replies: 4
    Last Post: 07-03-2012, 08:01 PM
  6. Replies: 1
    Last Post: 03-26-2010, 11:18 AM
  7. Consolidating multiple rows of data into single row
    By fredenbp4 in forum Excel General
    Replies: 3
    Last Post: 11-05-2009, 01:14 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