Thread: excell problems
View Single Post
  #3   Report Post  
roly
 
Posts: n/a
Default


Hi,

If you want to put two lines of data into one cell, use the concatenate
function. This joins up to 30 cells of information. The easy way is:

=A1&A2

The slow way is:

=CONCATENATE(A1,A2)

If you want to view the data on two lines in the cell, format the cells
for Word Wrap (Format menu, Cells, Alignment, Wrap Text) and make the
column as wide as the first word.

Hope this is what you want.

All the best,


Roly


--
roly
------------------------------------------------------------------------
roly's Profile: http://www.excelforum.com/member.php...o&userid=24631
View this thread: http://www.excelforum.com/showthread...hreadid=401724