View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Gary''s Student
 
Posts: n/a
Default How do I paste data from multiple cells into one cell

Do you mean something like:

D1=A1 & B1 & C1
--
Gary's Student


"WiVikeFan" wrote:

I am trying to copy data in multiple cells and paste it into one cell - is
this possible and if so how do I do it?

Thanks,