+ Reply to Thread
Results 1 to 10 of 10

Build Delimited List from Column values

  1. #1
    Registered User
    Join Date
    04-20-2021
    Location
    Indianapolis, IN
    MS-Off Ver
    Office 365
    Posts
    5

    Build Delimited List from Column values

    I have a sheet that has a list of usernames and with a series of 20+ columns with values of: 1,2,3 or just blank.

    I need to create a delimited list with the Column name and value, if the value of the column is 1,2, or 3.

    For example my sheet is:



    The end result I need is is listed in the Result column.

    Any help is greatly appreciated!
    Last edited by mmsstthomas; 04-20-2021 at 02:04 PM.

  2. #2
    Forum Expert
    Join Date
    09-25-2015
    Location
    Milan Italy
    MS-Off Ver
    office 365
    Posts
    1,781

    Re: Build Delimited List from Column values

    Fast answers need clear examples. Post a small Excel sheet (not a picture) showing realistic & representative sample data WITHOUT confidential information (10-20 rows, not thousands...) and some manually calculated results. Just before posting, scroll down to GO ADVANCED, click, and then scroll down to MANAGE ATTACHMENTS and click again. Now follow the instructions at the top of that screen.

  3. #3
    Registered User
    Join Date
    04-20-2021
    Location
    Indianapolis, IN
    MS-Off Ver
    Office 365
    Posts
    5

    Re: Build Delimited List from Column values

    Attached Sample sheet
    Attached Files Attached Files

  4. #4
    Forum Expert
    Join Date
    09-25-2015
    Location
    Milan Italy
    MS-Off Ver
    office 365
    Posts
    1,781

    Re: Build Delimited List from Column values

    F2=TEXTJOIN("|",TRUE,IF(B2:E2<>"",B2:E2,""))

    Copy down

  5. #5
    Registered User
    Join Date
    04-20-2021
    Location
    Indianapolis, IN
    MS-Off Ver
    Office 365
    Posts
    5

    Re: Build Delimited List from Column values

    Thanks for the help, but this only pulls back the columns value. How would I pull by the column name then a semicolon?

  6. #6
    Forum Expert
    Join Date
    09-25-2015
    Location
    Milan Italy
    MS-Off Ver
    office 365
    Posts
    1,781

    Re: Build Delimited List from Column values

    F2=TEXTJOIN("|",TRUE,IF(B2:E2<>"",$B$1:$E$1&":"&B2:E2,""))

    Copy down

  7. #7
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,079

    Re: Build Delimited List from Column values

    Another option
    Formula: copy to clipboard
    Please Login or Register  to view this content.

  8. #8
    Registered User
    Join Date
    04-20-2021
    Location
    Indianapolis, IN
    MS-Off Ver
    Office 365
    Posts
    5

    Re: Build Delimited List from Column values

    This worked! Thank you so much!

  9. #9
    Registered User
    Join Date
    04-20-2021
    Location
    Indianapolis, IN
    MS-Off Ver
    Office 365
    Posts
    5

    Re: Build Delimited List from Column values

    also worked, thanks!

  10. #10
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,079

    Re: Build Delimited List from Column values

    You're welcome & thanks for the feedback.

+ 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. [SOLVED] Index Match through one delimited list to replace with another delimited list
    By dan.jones060989 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-23-2020, 10:48 PM
  2. Have data automatically build new list based on criteria from a specific column
    By David Nassiff in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-30-2020, 11:09 AM
  3. subtract text in a comma delimited list to values
    By dylanrose in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-06-2018, 01:36 PM
  4. [SOLVED] PivotTable column with comma delimited values
    By justmill in forum Excel Charting & Pivots
    Replies: 4
    Last Post: 03-01-2016, 07:08 PM
  5. [SOLVED] Data in Column A to Comma Delimited List
    By webdivx in forum Excel General
    Replies: 5
    Last Post: 07-11-2013, 02:16 PM
  6. [SOLVED] Build a list from values in Userform
    By twitch73 in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 09-26-2012, 04:51 AM
  7. Build List using Array of Unique Cell Values
    By bdb1974 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 01-05-2011, 06:59 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