View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
JP[_4_] JP[_4_] is offline
external usenet poster
 
Posts: 897
Default Combining Content of two cells

Space separated:
=A1&" "&B1

Comma separated:
=A1&","&B1

--JP

On Sep 22, 9:36*pm, FormulaQuestioner
wrote:
I am sure this is a very easy thing to do. How do I combine the content of
two cells. If there is Column A of first name and Column B of last name. How
do I have Column C of both names?