+ Reply to Thread
Results 1 to 2 of 2

Concatenate column into single sell separated by commas

  1. #1
    Registered User
    Join Date
    07-10-2008
    Location
    Atlanta
    Posts
    65

    Concatenate column into single sell separated by commas

    I have a large column of data that needs to concatenate and separate each cell value by a comma. Any easy way to do this?
    Last edited by Onestopfanshop; 11-16-2010 at 10:28 AM.

  2. #2
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Concatenate column into single sell separated by commas

    Let's say the range were only A1:A20. (I know it's longer, but let's just say.)

    1) In B20 put the formula, just duplicates the A20 value:

    =A20

    2) Then above that in B19, put this:

    =A19&","&B20

    ...and copy that cell all the way UP to the top of the data. The last cell at the top will have the whole string. Copy and paste that value elsewhere.

    You get the idea, now repeat that process but start at the actual bottom of your data.
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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