Cell formating

R

Raffi

If I have info in a cell that is too long for one cell,
how do stop the info from going into the next (empty)
cell?
 
J

JE McGimpsey

One way:

Type a space character in the empty cell (truncates the text)

another:

Format/Cells/Alignment Shrink to Fit

another:

Format/Cells/Alignment/Wrap Text
 
Top