Combining Content of two cells

  • Thread starter Thread starter FormulaQuestioner
  • Start date Start date
F

FormulaQuestioner

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?
 
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?

=a1 & " " & b1
--ron
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top