Thread: combining cells
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
David Billigmeier
 
Posts: n/a
Default combining cells

Missing an "&" sign...

=A1&" "&A2&" "&A3


--
Regards,
Dave


"Mindy" wrote:

I'm trying to combine a few cells. Say I have Mindy jo Thomas in a1, a2 and
a3. I can combine Mindy and jo by putting =A1&" "&A2 but when I try to add
Thomas like =A1&" "&A2" "&A3, it doesn't like the A2. what am I doing wrong?