+ Reply to Thread
Results 1 to 4 of 4

How do I start new line when concatenating text strings in excel?

Hybrid View

  1. #1
    Max
    Guest

    How do I start new line when concatenating text strings in excel?

    How do I add a command to start a new line when concatenating text strings in
    excel when referencing text cells?
    e.g. cell A5 should contain =A2&?command?&D2 (Cell A5 is formatted for
    word wrap)

  2. #2
    Biff
    Guest

    Re: How do I start new line when concatenating text strings in excel?

    =A2&CHAR(10)&D2

    Biff

    "Max" <Max@discussions.microsoft.com> wrote in message
    news:E1236071-E0AA-4002-94D2-D6BDD51C00AD@microsoft.com...
    > How do I add a command to start a new line when concatenating text strings
    > in
    > excel when referencing text cells?
    > e.g. cell A5 should contain =A2&?command?&D2 (Cell A5 is formatted for
    > word wrap)




  3. #3
    Gord Dibben
    Guest

    Re: How do I start new line when concatenating text strings in excel?

    Max

    =A2&CHAR(10)&A5


    Gord Dibben MS Excel MVP

    On Wed, 25 Jan 2006 20:56:01 -0800, Max <Max@discussions.microsoft.com> wrote:

    >How do I add a command to start a new line when concatenating text strings in
    >excel when referencing text cells?
    >e.g. cell A5 should contain =A2&?command?&D2 (Cell A5 is formatted for
    >word wrap)



  4. #4
    Gord Dibben
    Guest

    Re: How do I start new line when concatenating text strings in excel?

    Max

    =A2&CHAR(10)&A5


    Gord Dibben MS Excel MVP

    On Wed, 25 Jan 2006 20:56:01 -0800, Max <Max@discussions.microsoft.com> wrote:

    >How do I add a command to start a new line when concatenating text strings in
    >excel when referencing text cells?
    >e.g. cell A5 should contain =A2&?command?&D2 (Cell A5 is formatted for
    >word wrap)



+ 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