+ Reply to Thread
Results 1 to 4 of 4

How do I put each member of string concatenation in its own line?

Hybrid View

  1. #1
    DViolette
    Guest

    How do I put each member of string concatenation in its own line?

    for example, I want = "a" & "b" & "c" to appear thus:
    a
    b
    c

    in the same cell

  2. #2
    Guest

    Re: How do I put each member of string concatenation in its own line?

    Hi

    Try typing a then Alt+Enter then b then Alt+Enter and then c

    Andy.

    "DViolette" <DViolette@discussions.microsoft.com> wrote in message
    news:52A2F3DC-5912-4B6C-A3FD-16C5EF0ECB03@microsoft.com...
    > for example, I want = "a" & "b" & "c" to appear thus:
    > a
    > b
    > c
    >
    > in the same cell




  3. #3
    DViolette
    Guest

    Re: How do I put each member of string concatenation in its own li

    sorry, I wasn't clear in my question. It needs to happen within a formula
    without manual typing.

    Say the formula is
    = a12 & b34 & c45

    I want these three stacked in a cell without having to manually type anything.



    "Andy" wrote:

    > Hi
    >
    > Try typing a then Alt+Enter then b then Alt+Enter and then c
    >
    > Andy.
    >
    > "DViolette" <DViolette@discussions.microsoft.com> wrote in message
    > news:52A2F3DC-5912-4B6C-A3FD-16C5EF0ECB03@microsoft.com...
    > > for example, I want = "a" & "b" & "c" to appear thus:
    > > a
    > > b
    > > c
    > >
    > > in the same cell

    >
    >
    >


  4. #4
    ScottO
    Guest

    Re: How do I put each member of string concatenation in its own li

    Change format to Wrap Text
    Then change your formula to
    =a12&Char(10)&b34&Char(10)&c45
    Rgds,
    ScottO

    "DViolette" <DViolette@discussions.microsoft.com> wrote in message
    news:8C15EDBA-7F2A-4323-ABCA-144506BD45E7@microsoft.com...
    | sorry, I wasn't clear in my question. It needs to happen within a formula
    | without manual typing.
    |
    | Say the formula is
    | = a12 & b34 & c45
    |
    | I want these three stacked in a cell without having to manually type
    anything.
    |
    |
    |
    | "Andy" wrote:
    |
    | > Hi
    | >
    | > Try typing a then Alt+Enter then b then Alt+Enter and then c
    | >
    | > Andy.
    | >
    | > "DViolette" <DViolette@discussions.microsoft.com> wrote in message
    | > news:52A2F3DC-5912-4B6C-A3FD-16C5EF0ECB03@microsoft.com...
    | > > for example, I want = "a" & "b" & "c" to appear thus:
    | > > a
    | > > b
    | > > c
    | > >
    | > > in the same cell
    | >
    | >
    | >



+ 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