Thread: Formating Cells
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Reitanos Reitanos is offline
external usenet poster
 
Posts: 123
Default Formating Cells

Using [Alt]+{Enter] will add a line break in your text.
The only caveat is that if someone will be adding information to those
cells it might be confusing for them. Generally, having each cell
contain a single piece of information is cleaner, and allows for
programmatic access/manipulation.

On Apr 24, 2:11 pm, Nocturnica
wrote:
Excel 97 help

Is there any way to type information directly into a cell, so that it looks
like this...
Name:
Address:
Zip Code:
Phone:

The way I have it now, each of the above, is in a seperate cell, and it
would be easier to have them in the same cell.

I have been typing it in notepad and copying it into Excel, so that the
information would in fact be in one cell, but it is a real pain.