Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 119
Default Symbol for new line in cell

Hello All!

This may be a dumb question but I've no idea how to do it. I need to
enter the new line character in a concatenation to get text on two lines
in a single cell. I know that if I were entering the data from scratch I
would use ALT+ENTER. Is there a symbol for this in Excel?

TIA
--


James Silverton
Potomac, Maryland

Email, with obvious alterations:
not.jim.silverton.at.verizon.not

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default Symbol for new line in cell

CHAR(10)
--
David Biddulph

"James Silverton" wrote in message
...
Hello All!

This may be a dumb question but I've no idea how to do it. I need to enter
the new line character in a concatenation to get text on two lines in a
single cell. I know that if I were entering the data from scratch I would
use ALT+ENTER. Is there a symbol for this in Excel?

TIA
--


James Silverton
Potomac, Maryland

Email, with obvious alterations:
not.jim.silverton.at.verizon.not



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 119
Default Symbol for new line in cell

David wrote on Wed, 8 Oct 2008 22:08:13 +0100:

CHAR(10)
--
David Biddulph


"James Silverton" wrote in
message ...
Hello All!

This may be a dumb question but I've no idea how to do it. I need to
enter the new line character in a concatenation to
get text on two lines in a single cell. I know that if I were
entering the data from scratch I would use ALT+ENTER. Is
there a symbol for this in Excel?


Thanks for the quick reply! So I should have been looking in a list of
ASCII characters rather than "insert symbol". Kicks self!

--

James Silverton
Potomac, Maryland

Email, with obvious alterations: not.jim.silverton.at.verizon.not

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 364
Default Symbol for new line in cell

Its ASCII code is 10

You can try
=Concatenate("First Line",Char(10),"Second Line")

or

="First Line" & Char(10) & "Second Line")

You will have to format the cells as WRAP TEXT to see the effect otherwise
you will see a square...

"James Silverton" wrote:

Hello All!

This may be a dumb question but I've no idea how to do it. I need to
enter the new line character in a concatenation to get text on two lines
in a single cell. I know that if I were entering the data from scratch I
would use ALT+ENTER. Is there a symbol for this in Excel?

TIA
--


James Silverton
Potomac, Maryland

Email, with obvious alterations:
not.jim.silverton.at.verizon.not


  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 119
Default Symbol for new line in cell

Sheeloo wrote on Wed, 8 Oct 2008 14:19:01 -0700:

You can try
=Concatenate("First Line",Char(10),"Second Line")


or


="First Line" & Char(10) & "Second Line")


You will have to format the cells as WRAP TEXT to see the
effect otherwise you will see a square...


"James Silverton" wrote:


Hello All!

This may be a dumb question but I've no idea how to do it. I
need to enter the new line character in a concatenation to
get text on two lines in a single cell. I know that if I were
entering the data from scratch I would use ALT+ENTER. Is
there a symbol for this in Excel?


Thanks very much also, especially for the tip about Wrap Text!

--

James Silverton
Potomac, Maryland

Email, with obvious alterations: not.jim.silverton.at.verizon.not


  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,696
Default Symbol for new line in cell

James, just an FYI, if your question is answered go ahead and click Yes at
the bottom of the post or posts that have helped you.

This way you give credit to the helper and also let others know you no
longer need assistance.

The more people we help, the nicer our little icon looks! :-)

"James Silverton" wrote:

Sheeloo wrote on Wed, 8 Oct 2008 14:19:01 -0700:

You can try
=Concatenate("First Line",Char(10),"Second Line")


or


="First Line" & Char(10) & "Second Line")


You will have to format the cells as WRAP TEXT to see the
effect otherwise you will see a square...


"James Silverton" wrote:


Hello All!

This may be a dumb question but I've no idea how to do it. I
need to enter the new line character in a concatenation to
get text on two lines in a single cell. I know that if I were
entering the data from scratch I would use ALT+ENTER. Is
there a symbol for this in Excel?


Thanks very much also, especially for the tip about Wrap Text!

--

James Silverton
Potomac, Maryland

Email, with obvious alterations: not.jim.silverton.at.verizon.not

  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,819
Default Symbol for new line in cell

Sorry Sean but that little item isn't a feature of newsgroups nor is it
available in news readers. It is only available if you access this
newsgroup using your browser, through the web interface that microsoft
provides.

Sean Timmons wrote:

James, just an FYI, if your question is answered go ahead and click Yes at
the bottom of the post or posts that have helped you.

This way you give credit to the helper and also let others know you no
longer need assistance.

The more people we help, the nicer our little icon looks! :-)

"James Silverton" wrote:


Sheeloo wrote on Wed, 8 Oct 2008 14:19:01 -0700:


You can try
=Concatenate("First Line",Char(10),"Second Line")


or


="First Line" & Char(10) & "Second Line")


You will have to format the cells as WRAP TEXT to see the
effect otherwise you will see a square...


"James Silverton" wrote:


Hello All!

This may be a dumb question but I've no idea how to do it. I
need to enter the new line character in a concatenation to
get text on two lines in a single cell. I know that if I were
entering the data from scratch I would use ALT+ENTER. Is
there a symbol for this in Excel?


Thanks very much also, especially for the tip about Wrap Text!

--

James Silverton
Potomac, Maryland

Email, with obvious alterations: not.jim.silverton.at.verizon.not


  #8   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,696
Default Symbol for new line in cell

Sadness! Just me being Microsoft-centric...

"Bob I" wrote:

Sorry Sean but that little item isn't a feature of newsgroups nor is it
available in news readers. It is only available if you access this
newsgroup using your browser, through the web interface that microsoft
provides.

Sean Timmons wrote:

James, just an FYI, if your question is answered go ahead and click Yes at
the bottom of the post or posts that have helped you.

This way you give credit to the helper and also let others know you no
longer need assistance.

The more people we help, the nicer our little icon looks! :-)

"James Silverton" wrote:


Sheeloo wrote on Wed, 8 Oct 2008 14:19:01 -0700:


You can try
=Concatenate("First Line",Char(10),"Second Line")

or

="First Line" & Char(10) & "Second Line")

You will have to format the cells as WRAP TEXT to see the
effect otherwise you will see a square...

"James Silverton" wrote:

Hello All!

This may be a dumb question but I've no idea how to do it. I
need to enter the new line character in a concatenation to
get text on two lines in a single cell. I know that if I were
entering the data from scratch I would use ALT+ENTER. Is
there a symbol for this in Excel?


Thanks very much also, especially for the tip about Wrap Text!

--

James Silverton
Potomac, Maryland

Email, with obvious alterations: not.jim.silverton.at.verizon.not



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
average Line created in an existing line graph- based on one cell Melanie Charts and Charting in Excel 2 December 27th 07 09:14 PM
Using the @ symbol in a cell jknapp1005 Excel Discussion (Misc queries) 4 October 4th 07 10:34 PM
Concatenate: Multi-Line Cell with 2 single line cells BEEJAY Excel Worksheet Functions 0 February 15th 07 08:53 PM
A 2 line text showing up in the Cell in Excel prints in 1 line Danny Excel Discussion (Misc queries) 6 July 12th 05 08:47 PM
I need a symbol but "symbol" in the Insert menu is grayed-out. Nothappy Excel Discussion (Misc queries) 2 May 3rd 05 12:16 AM


All times are GMT +1. The time now is 10:14 AM.

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"