ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   combining 2 pieces of text from 2 columns (https://www.excelbanter.com/excel-worksheet-functions/45514-combining-2-pieces-text-2-columns.html)

alexy

combining 2 pieces of text from 2 columns
 

Column A has first names, and B second names.
I want C to list the 2 names together, how do I do this?

thanks, Alex.


--
alexy
------------------------------------------------------------------------
alexy's Profile: http://www.excelforum.com/member.php...o&userid=25905
View this thread: http://www.excelforum.com/showthread...hreadid=467782


Ellie

Hi Alex

Assuming you have put one blank space after the first name, in column C you
can use the following:-

=CONCATENATE(A1,B1)

If you haven't, when using the formula wizard select CONCATENATE and in the
Text1 box, select the cell A1 and put one blank space after it

Hope this helps you.

Ellie

"alexy" wrote:


Column A has first names, and B second names.
I want C to list the 2 names together, how do I do this?

thanks, Alex.


--
alexy
------------------------------------------------------------------------
alexy's Profile: http://www.excelforum.com/member.php...o&userid=25905
View this thread: http://www.excelforum.com/showthread...hreadid=467782



dominicb


Good morning Alexy

Either of these two will do the trick:

=CONCATENATE(A1," ",B1)
=A1&" "&B1

HTH

DominicB


--
dominicb
------------------------------------------------------------------------
dominicb's Profile: http://www.excelforum.com/member.php...o&userid=18932
View this thread: http://www.excelforum.com/showthread...hreadid=467782


Bob Phillips

=A2&" "&B2

--
HTH

Bob Phillips

"alexy" wrote in
message ...

Column A has first names, and B second names.
I want C to list the 2 names together, how do I do this?

thanks, Alex.


--
alexy
------------------------------------------------------------------------
alexy's Profile:

http://www.excelforum.com/member.php...o&userid=25905
View this thread: http://www.excelforum.com/showthread...hreadid=467782





All times are GMT +1. The time now is 05:58 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com