PC Review


Reply
Thread Tools Rate Thread

Carriage returns in the formula bar?

 
 
rubeus
Guest
Posts: n/a
 
      6th Jul 2006

Hi, I have a large table which needs many columns (too many to do
manually with alt-enter) joined together in this particular way:

A1: textA
B1: textB

I need to join these two cells with a carriage return like so:

C1: textA
textB

Everything I have tried as a carriage return has only given me the
□ character instead of a carriage return. Is there a way to do
this?


--
rubeus
------------------------------------------------------------------------
rubeus's Profile: http://www.excelforum.com/member.php...o&userid=36121
View this thread: http://www.excelforum.com/showthread...hreadid=558967

 
Reply With Quote
 
 
 
 
=?Utf-8?B?YW5keTYy?=
Guest
Posts: n/a
 
      6th Jul 2006
I will, in advance, admit that this is not an elegant solution, but maybe it
will work for your purposes:

Set cell C1 to "wrap text" (Format . . . Cells . . . Alignment) and then try:
=CONCATENATE(A1,"
",B1)

Where the space between the quotes is filled with spaces. Possible weakness
include: long textA or textB that exceeds the cell width, and printing.
Maybe someone else knows how to get a return into a concatenate function.

"rubeus" wrote:

>
> Hi, I have a large table which needs many columns (too many to do
> manually with alt-enter) joined together in this particular way:
>
> A1: textA
> B1: textB
>
> I need to join these two cells with a carriage return like so:
>
> C1: textA
> textB
>
> Everything I have tried as a carriage return has only given me the
> □ character instead of a carriage return. Is there a way to do
> this?
>
>
> --
> rubeus
> ------------------------------------------------------------------------
> rubeus's Profile: http://www.excelforum.com/member.php...o&userid=36121
> View this thread: http://www.excelforum.com/showthread...hreadid=558967
>
>

 
Reply With Quote
 
=?Utf-8?B?S2V2aW4gVmF1Z2hu?=
Guest
Posts: n/a
 
      6th Jul 2006
Try:
=A1&CHAR(10)&B1

Note: Until you go in and change the format so that text wraps, it will
(most likely) look funny and not appear to have worked.

Format-cells-alignment-wrap text
--
Kevin Vaughn


"rubeus" wrote:

>
> Hi, I have a large table which needs many columns (too many to do
> manually with alt-enter) joined together in this particular way:
>
> A1: textA
> B1: textB
>
> I need to join these two cells with a carriage return like so:
>
> C1: textA
> textB
>
> Everything I have tried as a carriage return has only given me the
> □ character instead of a carriage return. Is there a way to do
> this?
>
>
> --
> rubeus
> ------------------------------------------------------------------------
> rubeus's Profile: http://www.excelforum.com/member.php...o&userid=36121
> View this thread: http://www.excelforum.com/showthread...hreadid=558967
>
>

 
Reply With Quote
 
David Biddulph
Guest
Posts: n/a
 
      6th Jul 2006
"rubeus" <(E-Mail Removed)> wrote in
message news:(E-Mail Removed)...
>
> Hi, I have a large table which needs many columns (too many to do
> manually with alt-enter) joined together in this particular way:
>
> A1: textA
> B1: textB
>
> I need to join these two cells with a carriage return like so:
>
> C1: textA
> textB
>
> Everything I have tried as a carriage return has only given me the
> □ character instead of a carriage return. Is there a way to do
> this?


=A1&CHAR(10)&B1
(and remember to format C1 with text wrapping enabled).
--
David Biddulph


 
Reply With Quote
 
Gord Dibben
Guest
Posts: n/a
 
      6th Jul 2006
In C1 enter =A1 & CHAR(10) & B1

Double-click on the fill handle of C1 to copy down.

Format Column C to wrap text.


Gord Dibben MS Excel MVP


On Thu, 6 Jul 2006 10:56:28 -0500, rubeus
<(E-Mail Removed)> wrote:

>
>Hi, I have a large table which needs many columns (too many to do
>manually with alt-enter) joined together in this particular way:
>
>A1: textA
>B1: textB
>
>I need to join these two cells with a carriage return like so:
>
>C1: textA
>textB
>
>Everything I have tried as a carriage return has only given me the
>□ character instead of a carriage return. Is there a way to do
>this?


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Removing Mulitple Carriage Returns Within a Concantenate Formula Jane Microsoft Excel Worksheet Functions 2 4th May 2009 08:50 AM
Excel: How to insert carriage returns in a formula to manipulate t =?Utf-8?B?Q2FyZGluYWwyQg==?= Microsoft Excel Worksheet Functions 1 21st Jun 2007 04:17 PM
Re: Formula for Carriage Returns RichardSchollar Microsoft Excel Misc 0 21st Dec 2006 04:29 PM
Re: Formula for Carriage Returns Dave Peterson Microsoft Excel Misc 0 21st Dec 2006 04:12 PM
Can someone help with my carriage returns??? Steve Microsoft Word New Users 2 6th Aug 2005 11:07 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:21 AM.