+ Reply to Thread
Results 1 to 2 of 2

Sort column list by header

  1. #1
    Registered User
    Join Date
    02-03-2014
    Location
    US
    MS-Off Ver
    Excel 2010
    Posts
    1

    Sort column list by header

    I'm a very basic Excel user, but I'm sure there is a way to accomplish this goal. I'm not even sure what to call it in searching, so I apologize if this has already been posted elsewhere.

    I have a list of data, separated by commas. I need to sort that data into different columns, based on referencing the header row.


    Original List:
    1 A,B,D,G,J
    2 B,D,F,J
    3 A,D,L

    Desired Result:
    A B C D E F G H I J K L
    as row headers, with the value listed if it is present in that row. All the A's into one column, and the B's into one column, etc.

    I know I can take the comma-separated list and break it into columns, but how to get the values all into different columns? Any help would be greatly appreciated.

  2. #2
    Forum Expert azumi's Avatar
    Join Date
    12-10-2012
    Location
    YK, Indonesia
    MS-Off Ver
    Excel 2019
    Posts
    2,372

    Re: Sort column list by header

    Assumed your data in Cell A1 and down, put in B1:

    =TRIM(MID(SUBSTITUTE($A$1,",",REPT(" ",LEN($A$1))),(COLUMNS($A$1:A1)-1)*LEN($A$1)+1,LEN($A$1)))

    and copied to the right, hope it works....

+ 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] Sort multiple columns based on column header
    By Langer101 in forum Excel Programming / VBA / Macros
    Replies: 39
    Last Post: 01-09-2013, 09:55 AM
  2. [SOLVED] Sort by column E, and create sheets named by that column, add header and data
    By salaso69 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 11-24-2012, 12:42 AM
  3. Replies: 3
    Last Post: 05-17-2009, 04:31 AM
  4. Create List w/ 2 or more Same Subject/Header for Sort
    By bdb1974 in forum Excel General
    Replies: 7
    Last Post: 03-04-2009, 05:27 PM
  5. [SOLVED] sort column header
    By marathon runner in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 05-26-2006, 10:15 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