Combining Text from two cells into one

bdschleich

Board Regular
Joined
Apr 26, 2005
Messages
133
I have two fields (i.e. first name and last name) that I want to be able to combine into a third cell together. For instance
A B C
1 John Doe John Doe
2 Jane Doe Jane Doe

Any thoughts on what the formula should be in column C?
 

Excel Facts

Format cells as date
Select range and press Ctrl+Shift+3 to format cells as date. (Shift 3 is the # sign which sort of looks like a small calendar).

MOB

Well-known Member
Joined
Oct 18, 2005
Messages
1,048
Office Version
  1. 365
Platform
  1. Windows
Probably =A1&" "&B1

If A1 contains John and B1 contains Doe

If I'm reading it correctly?
 
Upvote 0

Forum statistics

Threads
1,191,383
Messages
5,986,307
Members
440,017
Latest member
vasanrajeswaran

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Top