View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
PCLIVE PCLIVE is offline
external usenet poster
 
Posts: 1,311
Default inserting hard CR in a formula

=A1 & CHAR(10) & A2 & CHAR(10) & A3

You will need to format the cell to wrap.

Regards,
Paul

"Rick Morrison" wrote in message
...
I am trying to write a formula to combine the contents of 3 cells into one
cell with a hard CR between each cell. Any ideas?

Thanks,

Rick