Merging columns

Brendon

New Member
Joined
Mar 17, 2002
Messages
15
Hello

I feel a little silly asking this questionn because I asked it proeviously and now can't find the answer.

I have 2 columns. Column A has first names (let's say 'John'). Column 2 has last names (let's say 'Smith'). Can I merge the columns so that the 1 resulting column has the full name appropriately formatted (i.e. John Smith)?

Thanks for any help.
 

Excel Facts

How to total the visible cells?
From the first blank cell below a filtered data set, press Alt+=. Instead of SUM, you will get SUBTOTAL(9,)
Hello Bendon,
Say A1=John and b1=Smith
In C1 enter =A1" "&B1
then simply copy it down and delete the original columns if necessary.
 
Upvote 0
PS
Sorry I forgot an &
The formula should read =A1&" "&B1 - entered into C1
Between the speech marks is a space.

Hope this hepls.
 
Upvote 0

Forum statistics

Threads
1,214,429
Messages
6,119,433
Members
448,897
Latest member
ksjohnson1970

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
Back
Top