Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() I have a spreadsheet of thousands of names. The names are typed in one cell: last name, first name. Does anyone know how to split the names into two different cells? Thanks for your help -- mikeyVo ------------------------------------------------------------------------ mikeyVo's Profile: http://www.excelforum.com/member.php...o&userid=34277 View this thread: http://www.excelforum.com/showthread...hreadid=563320 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi Mikey
if the names are separete by a "," use for the last name =left(a2,search(",",a2,1)-1) for the first name =right(a2,search(",",a2,1)-3) hth regards from Brazil Marcelo "mikeyVo" escreveu: I have a spreadsheet of thousands of names. The names are typed in one cell: last name, first name. Does anyone know how to split the names into two different cells? Thanks for your help -- mikeyVo ------------------------------------------------------------------------ mikeyVo's Profile: http://www.excelforum.com/member.php...o&userid=34277 View this thread: http://www.excelforum.com/showthread...hreadid=563320 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Select the column with all the names and use DataText to columns. Indicate
that the text is delimited and click on Next. If the names are separated with a space or a comma, check the appropriate box and click on OK. "mikeyVo" wrote: I have a spreadsheet of thousands of names. The names are typed in one cell: last name, first name. Does anyone know how to split the names into two different cells? Thanks for your help -- mikeyVo ------------------------------------------------------------------------ mikeyVo's Profile: http://www.excelforum.com/member.php...o&userid=34277 View this thread: http://www.excelforum.com/showthread...hreadid=563320 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Duplicate Range Names by worksheet | Excel Discussion (Misc queries) | |||
Separating names from one cell | Excel Discussion (Misc queries) | |||
Convert Local Names to Global Names | Excel Worksheet Functions | |||
Separating names | Excel Worksheet Functions | |||
Separating Names in a Column to Two Columns | Excel Discussion (Misc queries) |