+ Reply to Thread
Results 1 to 4 of 4

concatenate all comments of same users

  1. #1
    Forum Contributor
    Join Date
    06-07-2016
    Location
    Manila
    MS-Off Ver
    365
    Posts
    292

    concatenate all comments of same users

    Hi All,

    Not sure if this should be posted here.

    Just wondering if this is possible.

    I want to concatenate all of the comments of the same users.

    Take note that the length of the data is not fixed.

    Sample output workbook is attached.

    Again, thanks for your help!
    Attached Files Attached Files

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

    Re: concatenate all comments of same users

    Hi

    try into B1

    ={TEXTJOIN(" ",1,IF(Data!A2:A20=Output!A2,Data!I2:I20,""))} it is array formula so CSE needed.
    Happy with my answer * Add Reputation.
    If You are happy with solution, please use Thread tools and mark thread as SOLVED.

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

    Re: concatenate all comments of same users

    If you don't have Textjoin

    B2
    =SUBSTITUTE(LEFT(C2&D2&E2&F2&G2&H2,LEN(C2&D2&E2&F2&G2&H2)-1),",",CHAR(10))

    C2 drag to the right

    =IFERROR(INDEX(Data!$I:$I,AGGREGATE(15,6,ROW(Data!$A$2:$A$20)/(Data!$A$2:$A$20=Output!$A2),COLUMNS($C2:C2)))&",","")
    Attached Files Attached Files
    Last edited by Bo_Ry; 01-21-2019 at 08:43 AM.

  4. #4
    Forum Contributor
    Join Date
    06-07-2016
    Location
    Manila
    MS-Off Ver
    365
    Posts
    292

    Re: concatenate all comments of same users

    Thanks KOKOSEK, working!

+ 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. Concatenate with "Comments"
    By siegreen in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-22-2010, 09:11 AM
  2. How do I make comments invisible to certain users?
    By sauerj in forum Excel General
    Replies: 1
    Last Post: 04-12-2010, 09:56 AM
  3. Concatenate Comments for Rows of Merged Record IDs
    By Steve Gilley in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 10-01-2009, 02:05 PM
  4. Concatenate Comments for Rows Above Each Record ID
    By Steve Gilley in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 09-30-2009, 12:25 PM
  5. Replies: 1
    Last Post: 11-30-2005, 08:30 PM
  6. [SOLVED] Excel-comments entered by users disappear in a shared excel-sheet
    By Damholdt in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 10-26-2005, 07:05 AM
  7. [SOLVED] How to you lockout the comments in Excell from other users?
    By rescue336 in forum Excel General
    Replies: 2
    Last Post: 05-13-2005, 01:06 PM
  8. Hide comments from users?
    By 50gumbys in forum Excel General
    Replies: 3
    Last Post: 04-07-2005, 10:08 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