Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default symbol to represent a carriage return

creating a database. need to put address on one line and state and zip on
another but i don't know the symbol or how to get it that looks like a square
box which would create a "carriage return" to separate these two entities
without adding spaces to send the info to another line. Thank you
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,118
Default symbol to represent a carriage return

If you're typing the addresses:

Hold down the [alt] key and press the [enter] key.

(That will insert a "carriage return" in the cell.)

If you're using formulas, use CHAR(10), like in this example:
="Line_1"&CHAR(10)&"Line_2"

Does that help?
***********
Regards,
Ron

XL2002, WinXP


"chronicles_point" wrote:

creating a database. need to put address on one line and state and zip on
another but i don't know the symbol or how to get it that looks like a square
box which would create a "carriage return" to separate these two entities
without adding spaces to send the info to another line. Thank you

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 35,218
Default symbol to represent a carriage return

You can use alt-enter to force a new line within the cell.

If you see a square box, you can toggle this setting:
format|cells|Alignment tab|check Wrap Text

This is actually a line-feed character (x0010), not the carriage return (x0013).



chronicles_point wrote:

creating a database. need to put address on one line and state and zip on
another but i don't know the symbol or how to get it that looks like a square
box which would create a "carriage return" to separate these two entities
without adding spaces to send the info to another line. Thank you


--

Dave Peterson
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default symbol to represent a carriage return

I would not place all this information in one cell.

Most programs expect address fileds to be in separtate cells.

Having said that..........ALT + Enter will create a carriage return in a cell.


Gord Dibben MS Excel MVP

On Mon, 7 Aug 2006 12:26:02 -0700, chronicles_point
wrote:

creating a database. need to put address on one line and state and zip on
another but i don't know the symbol or how to get it that looks like a square
box which would create a "carriage return" to separate these two entities
without adding spaces to send the info to another line. Thank you


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
Excel import txt file carriage return as delimiters Gordo T Excel Discussion (Misc queries) 5 August 2nd 06 01:55 PM
Looking up S&P 500 Total Return Scott Meyers Excel Discussion (Misc queries) 0 July 12th 06 01:04 AM
how do I make hard carriage return appear in pivot table? colebill1997 Excel Discussion (Misc queries) 1 September 28th 05 01:56 PM
Find/Replace carriage return & line feed characters in Excel. Mary Cullen Excel Worksheet Functions 1 January 4th 05 07:39 PM
Carriage Return in Excel Rod Behr Excel Discussion (Misc queries) 4 December 14th 04 01:53 PM


All times are GMT +1. The time now is 06:37 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"