View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Juan[_12_] Juan[_12_] is offline
external usenet poster
 
Posts: 1
Default Joining Text from two Cells into One


If I have input "Jhon Doe" into cell A1 and "Jane Doe" into cell A2, how
can I get cell B1 to read

"Jhon Doe & Jane Doe"

If it were numbers I would write the following in B1, =A1+A2, but even
that would just add the two numbers together. And since it's text I'm
clueless. Any ideas?


--
Juan
------------------------------------------------------------------------
Juan's Profile: http://www.excelforum.com/member.php...fo&userid=6889
View this thread: http://www.excelforum.com/showthread...hreadid=574453