+ Reply to Thread
Results 1 to 3 of 3

go down a line while adding text from different cells

  1. #1
    Registered User
    Join Date
    01-01-2012
    Location
    Tel-Aviv, Israel
    MS-Off Ver
    Excel 2010
    Posts
    8

    Question go down a line while adding text from different cells

    Hi
    My problem is simple and yet I can't work out a solution:
    I have 3 columns with text: A,B,C. I want column D to show the text in A,B,C, as a list.
    It's really hard to explain and easy to show - attached an example.

    Many thanks!
    Attached Files Attached Files
    Last edited by Nafrtiti; 10-25-2012 at 04:17 PM.

  2. #2
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: go down a line while adding text from different cells

    First format your column cells to wrap text.
    Then
    =A1&CHAR(10)&B1&CHAR(10)&C1
    copied down
    Does that work for you?
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  3. #3
    Registered User
    Join Date
    01-01-2012
    Location
    Tel-Aviv, Israel
    MS-Off Ver
    Excel 2010
    Posts
    8

    Re: go down a line while adding text from different cells

    thanks for the super-fast reply!!
    yes, it does work, this is exactly what I was looking for. I was missing the CHAR(10)

+ 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