Combine First and Last Name colums to create thrid column of full

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

What is the formula to combine a2 and b2 to display in c2

A2 = First Name
B2 = Last Name
C2 = formated Full Name
 
Try this:

C2: =A2&" "&B2

Does that help?
--------------------------

Regards,

Ron (XL2003, Win XP)
Microsoft MVP (Excel)
 
You're welcome, Mark.......I'm glad I could help.
--------------------------

Regards,

Ron (XL2003, Win XP)
Microsoft MVP (Excel)
 

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