+ Reply to Thread
Results 1 to 4 of 4

=concatenate w/o assigning indv. cells

  1. #1
    Registered User
    Join Date
    03-06-2010
    Location
    Carson, Ca
    MS-Off Ver
    Excel 2003
    Posts
    2

    =concatenate w/o assigning indv. cells

    I have a column with over 6000 entries and I want to =concatenate groups of 16 cells of the column into individual rows with the data field separated by a comma. i.e. a row of A1,A2,A3.....

    Is there a way to =conatenate(text) a formula were it will automatically include the following 15 cells in a column after pasteing a formula in a cell, without having to assign the cells such as (A1:A16) along with the comma seperated field function

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: =concatenate w/o assigning indv. cells

    You should only need to do this once... ie first formula, eg:

    Please Login or Register  to view this content.
    will only generate strings as and when required (eg string, 15 blanks, string, 15 blanks, string...) and each string will reference current row and subsequent 15.

    You can use VBA of course - but the above is pretty simple I'm sure you'll agree.

    If you want the listing in consecutive cells (eg B1 (A1:A16), B2 (A17:A32) etc let us know)

  3. #3
    Registered User
    Join Date
    03-06-2010
    Location
    Carson, Ca
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: =concatenate w/o assigning indv. cells

    Please Login or Register  to view this content.
    will only do the assigned A1-A16 cells no matter where it is pasted intead of the current row where pasted

  4. #4
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: =concatenate w/o assigning indv. cells

    Per my note, place the formula into B1 then copy it as you wish
    The formula was designed such that it could be applied to all rows from B1 to last row of data in one go - it will only generate the strings every 16th row, using appropriate values.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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