ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   On excel, can you merge the data from 2 diferent cells (https://www.excelbanter.com/excel-discussion-misc-queries/199019-excel-can-you-merge-data-2-diferent-cells.html)

Jose Reyes

On excel, can you merge the data from 2 diferent cells
 
I import data from another program to excel, and it place the last name on
one column and First name on another column. Is there a simple way to combine
both without cutting and and pasting.

David Biddulph[_2_]

On excel, can you merge the data from 2 diferent cells
 
=A2&" "&B2
--
David Biddulph

"Jose Reyes" <Jose wrote in message
...
I import data from another program to excel, and it place the last name on
one column and First name on another column. Is there a simple way to
combine
both without cutting and and pasting.




Kevin B

On excel, can you merge the data from 2 diferent cells
 
Assuming that the last name is in cell A1 and the first name is in cell B1

=A1&" "&B1
--
Kevin Backmann


"Jose Reyes" wrote:

I import data from another program to excel, and it place the last name on
one column and First name on another column. Is there a simple way to combine
both without cutting and and pasting.


Storm

On excel, can you merge the data from 2 diferent cells
 
Where Col A has last name and Col B has first name, you can either do:

=a1&", "&a2 (where the ", " inserts a comma and a space) OR
=CONCATENATE(A,", ",B1) (again where ", " inserts a comma and a space in
between the last and first names)

Good luck.

Storm


"Jose Reyes" wrote:

I import data from another program to excel, and it place the last name on
one column and First name on another column. Is there a simple way to combine
both without cutting and and pasting.



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

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