Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
harriet
 
Posts: n/a
Default take first name out of column & put it in another column

Hi there & I sure would appreciate help. I send you many thanks ahead of
time!!
I have tons of name in one column:

lastname firstname

I want to take the lastname and put it in a column by itself.

Can anyone help me?
  #2   Report Post  
Posted to microsoft.public.excel.misc
Mikeopolo
 
Posts: n/a
Default take first name out of column & put it in another column


One way:

If A1 contains

Dagg Fred

Then in B1 type =LEFT(A1,FIND(" ",A1)-1)

This assumes that there is only one first name and one surname, and
there is a single space between them

Regards
Mike


--
Mikeopolo
------------------------------------------------------------------------
Mikeopolo's Profile: http://www.excelforum.com/member.php...o&userid=18570
View this thread: http://www.excelforum.com/showthread...hreadid=519818

  #3   Report Post  
Posted to microsoft.public.excel.misc
Elkar
 
Posts: n/a
Default take first name out of column & put it in another column

Assuming none of your Last Names have spaces in them (like Van Buren), this
should work:

=LEFT(A1,LEN(A1)-FIND(" ",A1,1)-1)

HTH,
Elkar


"harriet" wrote:

Hi there & I sure would appreciate help. I send you many thanks ahead of
time!!
I have tons of name in one column:

lastname firstname

I want to take the lastname and put it in a column by itself.

Can anyone help me?

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
how can i multiply two columns edgar Excel Worksheet Functions 7 March 2nd 06 03:29 PM
Return SEARCHED Column Number of Numeric Label and Value Sam via OfficeKB.com Excel Worksheet Functions 23 January 30th 06 06:16 PM
creating a bar graph Johnfli Excel Discussion (Misc queries) 0 October 26th 05 08:16 PM
How to group similar column titles together???? vrk1 Excel Discussion (Misc queries) 2 April 30th 05 12:17 AM
Return Count for LAST NonBlank Cell in each Row Sam via OfficeKB.com Excel Worksheet Functions 12 April 17th 05 10:36 PM


All times are GMT +1. The time now is 09:05 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"