Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default First and Last Name Split in a cell

I'm trying to split the first and last names in a cell and have it appear it
two seperate cells so I can create some labels.
I've used this function in Excel in the '03 version and I can't seem to find
this formula in the '07 Excel version.
Can someone please help me. I know it was a pretty easy formula.

Thanks,
Karla
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,276
Default First and Last Name Split in a cell

Hi Karla,
You can select the column and do, Data, Text to columns and choose the
separator you have between both, maybe a "," or an space. it will do the trick

"Karla B" wrote:

I'm trying to split the first and last names in a cell and have it appear it
two seperate cells so I can create some labels.
I've used this function in Excel in the '03 version and I can't seem to find
this formula in the '07 Excel version.
Can someone please help me. I know it was a pretty easy formula.

Thanks,
Karla

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 896
Default First and Last Name Split in a cell

one way:
Johnny Walker in A1

name:
=LEFT(A1,FIND(" ",A1)-1)

surname:
=RIGHT(A1,LEN(A1)-FIND(" ",A1))
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default First and Last Name Split in a cell

Thanks, I'll try that. It's still not the formula I'm looking for. If I saw
it I'd remember.

"Eduardo" wrote:

Hi Karla,
You can select the column and do, Data, Text to columns and choose the
separator you have between both, maybe a "," or an space. it will do the trick

"Karla B" wrote:

I'm trying to split the first and last names in a cell and have it appear it
two seperate cells so I can create some labels.
I've used this function in Excel in the '03 version and I can't seem to find
this formula in the '07 Excel version.
Can someone please help me. I know it was a pretty easy formula.

Thanks,
Karla

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default First and Last Name Split in a cell

This I know is not the formula I had used before. This seems kind of
complicated.
Thanks for your help anyhow.

"Jarek Kujawa" wrote:

one way:
Johnny Walker in A1

name:
=LEFT(A1,FIND(" ",A1)-1)

surname:
=RIGHT(A1,LEN(A1)-FIND(" ",A1))



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 896
Default First and Last Name Split in a cell

=MID(A1,1,FIND(" ",A1)) for name

=MID(A1,FIND(" ",A1)+1,LEN(A1)-FIND(" ",A1)+1) for surname
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Split cell rexmann Excel Discussion (Misc queries) 3 April 26th 07 11:22 AM
split a cell diagonally in excell - a calendar -2 dates in 1 cell Vicki Excel Discussion (Misc queries) 1 October 31st 06 02:40 PM
Split cell help! davids Excel Discussion (Misc queries) 4 March 23rd 06 01:34 AM
How can I split one cell into two cell parts (upper & lower)? Desert Sparkle Excel Discussion (Misc queries) 0 January 5th 06 09:22 PM
Is there a way I can split last name first name in one cell PeterM Excel Discussion (Misc queries) 5 June 3rd 05 03:05 PM


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

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"