View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Duke Carey
 
Posts: n/a
Default merging data cells

try this, which adds a space between the two cells' contents

=A1&" "&B1


"kraway" wrote:

I want to merge 2 columns of data into 1 but I want to keep the all the data.
Lets say column A contains "Mr" and column B contains "Jones", I want the
result to be in column C "MR Jones".

Any help?