still not quite right. . . say A1=Mindy, B1= Jo and C1=Thomas, I need spaces
between those words.
you forgot an "&"
=A1&", "&B1&", "&C1
not
=A1&", "&B1", "&C1
This also works =CONCATENATE(A1,", ",B1,", ",C1,", ")
> still not quite right. . . say A1=Mindy, B1= Jo and C1=Thomas, I need spaces
> between those words.
[quoted text clipped - 7 lines]
> > > merging 2 cells. Would this be the proper formula for merging 3 cells or are
> > > we doing something wrong? Thank you for your help!