Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
DViolette
 
Posts: n/a
Default 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   Report Post  
 
Posts: n/a
Default

Hi

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

Andy.

"DViolette" wrote in message
...
for example, I want = "a" & "b" & "c" to appear thus:
a
b
c

in the same cell



  #3   Report Post  
DViolette
 
Posts: n/a
Default

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" wrote in message
...
for example, I want = "a" & "b" & "c" to appear thus:
a
b
c

in the same cell




  #4   Report Post  
ScottO
 
Posts: n/a
Default

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

"DViolette" wrote in message
...
| 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" wrote in message
| ...
| for example, I want = "a" & "b" & "c" to appear thus:
| a
| b
| c
|
| in the same cell
|
|
|


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to COnvert text string to number timtak Excel Discussion (Misc queries) 3 June 4th 05 04:57 AM
fixed string length,even other record is copied viv Excel Discussion (Misc queries) 0 May 30th 05 08:28 PM
How do I use 3 cells to create the string for a lookup function? Bencomo Excel Worksheet Functions 1 May 15th 05 07:17 AM
Finding Specific Text in a Text String Peter Gundrum Excel Worksheet Functions 9 April 10th 05 07:21 PM
How to convert string to a date galsaba Excel Worksheet Functions 3 March 4th 05 06:20 PM


All times are GMT +1. The time now is 02:57 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"