+ Reply to Thread
Results 1 to 6 of 6

How to put the Multiple Value in one cell from multiple cell

  1. #1
    Forum Contributor
    Join Date
    05-09-2010
    Location
    Malaysia
    MS-Off Ver
    Excel 2010
    Posts
    212

    How to put the Multiple Value in one cell from multiple cell

    There are 2 sheet - Data Source and Ideal output.

    How to put the Multiple Value in one cell from multiple cell

    Please help

    Thanks
    Attached Files Attached Files

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

    Re: How to put the Multiple Value in one cell from multiple cell

    For MS 365
    =TEXTJOIN(" | ",,REPT(Table4[Group],Table4[Action]=D$1))

    but for other vesion, helper column is needed.
    Data source F2
    =E2&IFNA(" | "&VLOOKUP(D2,D3:F12,3,0),"")

    Ideal D4:F4
    =VLOOKUP(D$1,Table4[[Action]:[Helper]],3,0)
    Attached Files Attached Files

  3. #3
    Forum Contributor
    Join Date
    05-09-2010
    Location
    Malaysia
    MS-Off Ver
    Excel 2010
    Posts
    212

    Re: How to put the Multiple Value in one cell from multiple cell

    Data source F2
    =E2&IFNA(" | "&VLOOKUP(D2,D3:F12,3,0),"")

    That bold always is one row lower. How to add in if want to put the data source as table?
    The data source may add in new information day to day, if using the above formula, need to keep adjust.
    Thanks

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

    Re: How to put the Multiple Value in one cell from multiple cell

    Try

    =E2&IFNA(" | "&VLOOKUP(D2,D3:INDEX([Helper],ROWS(Table4)),3,0),"")

  5. #5
    Forum Contributor
    Join Date
    05-09-2010
    Location
    Malaysia
    MS-Off Ver
    Excel 2010
    Posts
    212

    Re: How to put the Multiple Value in one cell from multiple cell

    How about the Helper For mutilple criteria lookup?

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

    Re: How to put the Multiple Value in one cell from multiple cell

    Try at G2

    =IF(ROWS(G$2:G2)=ROWS(Table4),E2,E2&IFNA(" | "&INDEX(G3:INDEX([Helper1],ROWS(Table4)),MATCH(1,INDEX((A3:INDEX([Module],ROWS(Table4))=A2)*(B3:INDEX([Category],ROWS(Table4))=B2)*(C3:INDEX([Process],ROWS(Table4))=C2)*(D3:INDEX([Action],ROWS(Table4))=D2),),)),""))
    Attached Files Attached Files

+ 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. return multiple header cell values into one cell concatenated based on a cell value
    By anchuri_chaitanya in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 09-13-2016, 10:27 PM
  2. Move value of a cell into another cell if multiple criteria is match in multiple ranges
    By zlinksystems in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-07-2015, 06:53 PM
  3. Replies: 12
    Last Post: 10-18-2013, 07:02 AM
  4. Search a cell for multiple words and return multiple results in one cell
    By samanthat86 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-23-2013, 12:01 PM
  5. copy a cell multiple times depending on cell value starting on a specific cell
    By weritadiojomiel in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 08-17-2013, 05:25 AM
  6. Replies: 8
    Last Post: 07-11-2012, 10:18 AM
  7. Automatically copy multiple cell VALUES to the cell right below the active cell
    By Sarangsood in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 06-20-2011, 01:36 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