Thread: combining cells
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Wayne Wayne is offline
external usenet poster
 
Posts: 133
Default combining cells

I would like to combine two cells into one and do a "carriage return" so that
the data from the second cell is started on a new line....ie
a1 b1
FAULT TEST CASE

would like to get the result of:

a1
FAULT
TEST CASE

in the same cell.

Anyone offer any assistance.

Thank you.