View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Pete_UK Pete_UK is offline
external usenet poster
 
Posts: 8,856
Default What is a string while merging

A string is another word for Text - a string of characters. If you
have two strings in A1 and A2 and want to join them together (merge,
or concatanate), you can put this formula in another cell:

=A1 & A2

and the result will be the two strings merged together.

Hope this helps (with your homework ?)

Pete



On Jul 19, 12:25*am, Sarah wrote:
What is it and how do I do it?