+ Reply to Thread
Results 1 to 4 of 4

Convert data to single cell format

  1. #1
    Registered User
    Join Date
    08-30-2012
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2007
    Posts
    78

    Convert data to single cell format

    I've got multiple tables of data organised in blocks of 4 cells each.

    I need to convert the data in these 4 cells into one cell but still have it on separate lines within the cell.


    I can't think of a way to do that so if anyone could help it would be much appreciated.

  2. #2
    Valued Forum Contributor
    Join Date
    08-14-2012
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    573

    Re: Convert data to single cell format

    Use char(10) while concatenating the cells. =A1&Char(10)&B1&Char(10)&C1

    After writing the formula, use wrap text to view it as separate lines within the cell.

  3. #3
    Registered User
    Join Date
    08-30-2012
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2007
    Posts
    78

    Re: Convert data to single cell format

    Sindhus,

    that was great - perfect in fact.

    So char(10) is essentially the [enter] key?

  4. #4
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,316

    Re: Convert data to single cell format

    Char(10) is a Line Feed

    It is the same as Ctrl + Enter
    HTH
    Regards, Jeff

+ 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