Re: I want first name only
- From: "L. Howard Kittle" <lhkittle@xxxxxxxxxxx>
- Date: Sun, 20 Aug 2006 14:21:23 -0700
Try this formula and pull down.
=RIGHT(A1,LEN(A1)-FIND(",",A1)-1)
Or select the list of names and Data > Text to column > Delimited > Next >
check both space and other > enter a coma > Finish.
HTH
Regards,
Howard
"Barrett9699" <Barrett9699.2cuwq6_1156107609.2729@xxxxxxxxxxxxxxxxxxxxx>
wrote in message
news:Barrett9699.2cuwq6_1156107609.2729@xxxxxxxxxxxxxxxxxxxxxxxx
I have a list of names in the format 'Last, First'
I want a funtion that will return the first name only. Basically, I
want to trim off everything before the comma as well as the space after
the comma.
I don't think the RIGHT() function will work because these names are
different lenghts, as you can imagine.
Can you help?
--
Barrett9699
------------------------------------------------------------------------
Barrett9699's Profile:
http://www.excelforum.com/member.php?action=getinfo&userid=37573
View this thread: http://www.excelforum.com/showthread.php?threadid=573581
.
- References:
- I want first name only
- From: Barrett9699
- I want first name only
- Prev by Date: Re: how to insert function?
- Next by Date: Re: I want first name only
- Previous by thread: I want first name only
- Next by thread: Re: I want first name only
- Index(es):
Relevant Pages
|