Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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. |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Get Data From Diferent Sheets | Excel Discussion (Misc queries) | |||
Merge cells with same data | Excel Discussion (Misc queries) | |||
merge cells that contain the same data | Excel Discussion (Misc queries) | |||
how do I merge 2 cells in excel without loosing data | Excel Discussion (Misc queries) | |||
Merge data from different cells | Excel Discussion (Misc queries) |