+ Reply to Thread
Results 1 to 5 of 5

multiple rows in a cell

  1. #1
    Registered User
    Join Date
    02-07-2013
    Location
    India
    MS-Off Ver
    Excel 2003
    Posts
    3

    multiple rows in a cell

    I have to combine data from different cells into one cell with seperate line for each data.
    I have data in each cell as ABCD EFGH IJKL MNOP and i require the output in one cell as
    ABCD
    EFGH
    IJKL
    MNOP

    Is there any formula to do this? I tried using concatenate formula but i could not get the result in seperate lines.
    Thanks.

  2. #2
    Forum Expert Jakobshavn's Avatar
    Join Date
    08-17-2012
    Location
    Lakehurst, NJ, USA
    MS-Off Ver
    Excel 2007
    Posts
    1,970

    Re: multiple rows in a cell

    =a1 & char(10) & b1 & char(10) & c1 & char(10) & d1
    Gary's Student

  3. #3
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: multiple rows in a cell

    =A1&CHAR(10)&B1&CHAR(10)&C1&CHAR(10)&D1 format cell to wrap text
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  4. #4
    Registered User
    Join Date
    02-07-2013
    Location
    India
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: multiple rows in a cell

    Thanks. It is not working. Can you please explain in detail.

  5. #5
    Registered User
    Join Date
    02-07-2013
    Location
    India
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: multiple rows in a cell

    Excellent. It worked. thanks a lot.

+ 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