Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
dick
 
Posts: n/a
Default concantenatring 2 cells with with a line break

I have info in 2 cells. I want to add the info from one cell into the other
cell but have the info from each cell show up on different lines within the
cell
  #2   Report Post  
CLR
 
Posts: n/a
Default

In a third cell, put

=A1&" "&A2 and format that cell as "Wrap text"

Vaya con Dios,
Chuck, CABGx3



"dick" wrote in message
...
I have info in 2 cells. I want to add the info from one cell into the

other
cell but have the info from each cell show up on different lines within

the
cell



  #3   Report Post  
RagDyer
 
Posts: n/a
Default

What Chuck really meant to say was:

=A1&CHAR(10)&A2

--
HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================


"CLR" wrote in message
...
In a third cell, put

=A1&" "&A2 and format that cell as "Wrap text"

Vaya con Dios,
Chuck, CABGx3



"dick" wrote in message
...
I have info in 2 cells. I want to add the info from one cell into the

other
cell but have the info from each cell show up on different lines within

the
cell




  #4   Report Post  
CLR
 
Posts: n/a
Default

Yeah, RD, I did prototype that one first, but the "space" worked just as
well on my XL2k so I decided to post it instead.

Vaya con Dios,
Chuck, CABGx3


"RagDyer" wrote in message
...
What Chuck really meant to say was:

=A1&CHAR(10)&A2

--
HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================


"CLR" wrote in message
...
In a third cell, put

=A1&" "&A2 and format that cell as "Wrap text"

Vaya con Dios,
Chuck, CABGx3



"dick" wrote in message
...
I have info in 2 cells. I want to add the info from one cell into the

other
cell but have the info from each cell show up on different lines

within
the
cell






  #5   Report Post  
RagDyer
 
Posts: n/a
Default

I doesn't work on my XL97, and you just made me run all the way to the front
office to check it on my XL2K, where it *also* doesn't work?!?!

Are you SURE?

--
Regards,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------

"CLR" wrote in message
...
Yeah, RD, I did prototype that one first, but the "space" worked just as
well on my XL2k so I decided to post it instead.

Vaya con Dios,
Chuck, CABGx3


"RagDyer" wrote in message
...
What Chuck really meant to say was:

=A1&CHAR(10)&A2

--
HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================


"CLR" wrote in message
...
In a third cell, put

=A1&" "&A2 and format that cell as "Wrap text"

Vaya con Dios,
Chuck, CABGx3



"dick" wrote in message
...
I have info in 2 cells. I want to add the info from one cell into

the
other
cell but have the info from each cell show up on different lines

within
the
cell








  #6   Report Post  
RagDyeR
 
Posts: n/a
Default

Now I know what you did.

You had your column *just* wide enough, OR your data *just* long enough, so
that "line wrap" would kick in automatically, due to the natural break at
the space.

That's cheating, and shouldn't count.<bg
--

Regards,

RD
--------------------------------------------------------------------
Please keep all correspondence within the Group, so all may benefit !
--------------------------------------------------------------------

"CLR" wrote in message
...
Yeah, RD, I did prototype that one first, but the "space" worked just as
well on my XL2k so I decided to post it instead.

Vaya con Dios,
Chuck, CABGx3


"RagDyer" wrote in message
...
What Chuck really meant to say was:

=A1&CHAR(10)&A2

--
HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================


"CLR" wrote in message
...
In a third cell, put

=A1&" "&A2 and format that cell as "Wrap text"

Vaya con Dios,
Chuck, CABGx3



"dick" wrote in message
...
I have info in 2 cells. I want to add the info from one cell into the

other
cell but have the info from each cell show up on different lines

within
the
cell







  #7   Report Post  
CLR
 
Posts: n/a
Default

"Stuff happens" <vbg........anyway, I do acknowledge the =A1&CHAR(10)&A2
way as being the better but I'm not sure why. Previously I did not take
into account that one or the other of the cells to be concatenated might
already have spaces between values therein, especially multiple
words...........still both methods are dependent upon column width and the
CHAR method will still break on spaces as well, but the CHAR method actually
works better when the column is wider than the longest string, and actually
forces the line-break where the "space" method continues to work to each
space in the concatenated string..........I guess in the long run, if you
have a wide column and WANT two lines exactly, then the CHAR method is
better........but the OP said "different lines" not just two lines, and in
some cases I personally find the appearance using the "space" method nicer,
(the devil made me say that).........anyway, now my cat is on my keyboard,
and he's telling me that it's time for my medication.........

Vaya con Dios,
Chuck, CABGx3




"RagDyeR" wrote in message
...
Now I know what you did.

You had your column *just* wide enough, OR your data *just* long enough,

so
that "line wrap" would kick in automatically, due to the natural break at
the space.

That's cheating, and shouldn't count.<bg
--

Regards,

RD
--------------------------------------------------------------------
Please keep all correspondence within the Group, so all may benefit !
--------------------------------------------------------------------

"CLR" wrote in message
...
Yeah, RD, I did prototype that one first, but the "space" worked just as
well on my XL2k so I decided to post it instead.

Vaya con Dios,
Chuck, CABGx3


"RagDyer" wrote in message
...
What Chuck really meant to say was:

=A1&CHAR(10)&A2

--
HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================


"CLR" wrote in message
...
In a third cell, put

=A1&" "&A2 and format that cell as "Wrap text"

Vaya con Dios,
Chuck, CABGx3



"dick" wrote in message
...
I have info in 2 cells. I want to add the info from one cell into

the
other
cell but have the info from each cell show up on different lines

within
the
cell








  #8   Report Post  
Posted to microsoft.public.excel.misc
Lanak Suri
 
Posts: n/a
Default concantenatring 2 cells with with a line break

=concatenate(text1,tex2,...) This formula joins several text strings to one
text string. Or simple try like =A1&" "&A2. And you can special past as value
only to any cell.

"dick" wrote:

I have info in 2 cells. I want to add the info from one cell into the other
cell but have the info from each cell show up on different lines within the
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
Counting empty cells within a range of cells Rosehill - ExcelForums.com New Users to Excel 2 May 2nd 05 08:53 AM
Counting empty cells within a range of cells Rosehill - ExcelForums.com New Users to Excel 0 April 7th 05 12:47 AM
Counting only active cells Sac73 Excel Discussion (Misc queries) 16 April 4th 05 05:49 AM
Fill cells from non-adjacent cells Abes Excel Discussion (Misc queries) 2 March 25th 05 01:15 PM
How do I align cells in Excel onto one line? Mario Excel Worksheet Functions 2 March 18th 05 01:11 PM


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

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

About Us

"It's about Microsoft Excel"