+ Reply to Thread
Results 1 to 8 of 8

Transpose and Concatenate help

  1. #1
    Registered User
    Join Date
    02-27-2006
    Location
    Oxford England
    MS-Off Ver
    2007
    Posts
    54

    Transpose and Concatenate help

    Hi, I have a long list of numbers in column A (A2:A50) and I need to show these in one single cell. With a space separating each number.

    How do I do that ? I've tried to concatenate and transpose in one go and can get them all in one cell, but without a space. I tried to put a column of spaces in B, but still couldn't make it work.

    Many thanks.
    Last edited by Ainsley; 05-06-2015 at 11:19 AM.

  2. #2
    Forum Contributor
    Join Date
    07-16-2013
    Location
    Houston, Texas
    MS-Off Ver
    Excel 2013
    Posts
    176

    Re: Transpose and Concatenate help

    =CONCATENATE(A2," ",A3," ",A4 etc....)

  3. #3
    Registered User
    Join Date
    02-27-2006
    Location
    Oxford England
    MS-Off Ver
    2007
    Posts
    54

    Re: Transpose and Concatenate help

    OK, but is there a quicker way to write that formula. My list may well become hundreds of lines long soon and typing each cell followed by " " will take forever.

    Any suggestions ?

  4. #4
    Valued Forum Contributor mahju's Avatar
    Join Date
    11-27-2010
    Location
    Pakistan, Faisalabad
    MS-Off Ver
    Excel 2010 plus
    Posts
    730

    Re: Transpose and Concatenate help

    In B3 use this formula

    Please Login or Register  to view this content.
    and then in B4 use this

    Please Login or Register  to view this content.
    Copied down.
    Mark the thread as solved if you are satisfied with the answer.


    In your first post under the thread tools.

    Mahju

  5. #5
    Registered User
    Join Date
    02-27-2006
    Location
    Oxford England
    MS-Off Ver
    2007
    Posts
    54

    Re: Transpose and Concatenate help

    Ah, brilliant. Thanks

  6. #6
    Valued Forum Contributor mahju's Avatar
    Join Date
    11-27-2010
    Location
    Pakistan, Faisalabad
    MS-Off Ver
    Excel 2010 plus
    Posts
    730

    Re: Transpose and Concatenate help

    Hi
    Welcome

  7. #7
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Transpose and Concatenate help

    You can also do it with TRANSPOSE function

    Row\Col
    A
    B
    1
    1
    Start with TRANSPOSE function and type in formula then select range as shown: Do not press ENTER, isntead press F9 and Enter. Now add CONCATENATE( and delete curly brackets and the last comma and hit ENTER.
    2
    727
    =TRANSPOSE(A2:A10&", ")
    3
    532
    =CONCATENATE({"727, ","532, ","363, ","146, ","517, ","101, ","714, ","149, ","419, "})
    4
    363
    5
    146
    6
    517
    7
    101
    8
    714
    9
    149
    10
    419
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

  8. #8
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Transpose and Concatenate help

    Deleted duplicate

+ 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. Replies: 1
    Last Post: 08-28-2014, 03:53 PM
  2. VBA Macro to Transpose Columns to Rows AND Concatenate Afterwards
    By ljanak in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 08-01-2013, 03:16 PM
  3. [SOLVED] VBA or forumla. Concatenate, transpose
    By rain4u in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-01-2012, 04:01 PM
  4. [SOLVED] Transpose: How can I copy a list and transpose it but leaving 3 cells in between each item
    By cocolete in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 04-11-2012, 10:01 AM
  5. Replies: 2
    Last Post: 02-19-2007, 04:53 PM

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