Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a large spreadsheet, that has first name in one column, then surname
in second column and I need to combine the two names into one column, so I can import it into Access as 'contact name' |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=A1&" "&B1
and copy down -- HTH Bob Phillips (remove xxx from email address if mailing direct) "McGreal55" wrote in message ... I have a large spreadsheet, that has first name in one column, then surname in second column and I need to combine the two names into one column, so I can import it into Access as 'contact name' |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If Lastname were in B1 and Firstname in A1, and you wanted a result of
"Lastname, Firstname" then use =B1&", "&A1 in a helper column and copy down. Vaya con Dios, Chuck, CABGx3 "McGreal55" wrote: I have a large spreadsheet, that has first name in one column, then surname in second column and I need to combine the two names into one column, so I can import it into Access as 'contact name' |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
TEXT TO COLUMNS WITH LEADING ZEROS | Excel Discussion (Misc queries) | |||
Text to columns | Excel Discussion (Misc queries) | |||
Text to Columns from drop down list update | Excel Discussion (Misc queries) | |||
Sort or Filter option? | Excel Worksheet Functions | |||
Text To Columns | Excel Worksheet Functions |