Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Help Me - I need to switch these names
 
Posts: n/a
Default How do I switch the names in a column in Excel

I am trying to switch the names in a column in Excel and I found information
on how to do this last time I looked but can no longer find it - name is in
the following format
Smith John and Mary
and I want it to read
John and Mary Smith
I know this is a several step process and the steps were on the internet
last time I looked but know I can't find it
Somebody Please Help Me
Down but not out in Weeki Wachee Florida
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Duke Carey
 
Posts: n/a
Default How do I switch the names in a column in Excel

This assumes that the last names are all one-word names, no St. John type names

=MID(A1,1+SEARCH(" ",A1,1),255)&" "&LEFT(A1, SEARCH(" ",A1,1))



"Help Me - I need to switch these names" wrote:

I am trying to switch the names in a column in Excel and I found information
on how to do this last time I looked but can no longer find it - name is in
the following format
Smith John and Mary
and I want it to read
John and Mary Smith
I know this is a several step process and the steps were on the internet
last time I looked but know I can't find it
Somebody Please Help Me
Down but not out in Weeki Wachee Florida

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Alan
 
Posts: n/a
Default How do I switch the names in a column in Excel

I'm assuming that there should be a space between Smith and John, if so
=RIGHT(A1,LEN(A1)-FIND(" ",A1))&" "&LEFT(A1,FIND(" ",A1))
If not I don't know as there's nothing to look for to find the end of one
name and the start of the next one,
Regards,
Alan.
"Help Me - I need to switch these names" <Help Me - I need to switch these
wrote in message
...
I am trying to switch the names in a column in Excel and I found
information
on how to do this last time I looked but can no longer find it - name is
in
the following format
Smith John and Mary
and I want it to read
John and Mary Smith
I know this is a several step process and the steps were on the internet
last time I looked but know I can't find it
Somebody Please Help Me
Down but not out in Weeki Wachee Florida



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
Excel 2003 FAILS, but Excel 2000 SUCCEEDS ??? Richard Excel Discussion (Misc queries) 2 May 13th 23 11:46 AM
Multiply two columns in Excel or one column by one number Axia's Mom New Users to Excel 1 January 12th 06 03:22 AM
Sort Excel Column on Fifth Character Dolores Excel Worksheet Functions 2 December 27th 05 10:59 PM
Does excel recognise names rather than cells? Sue Excel Worksheet Functions 9 May 22nd 05 04:51 AM
Is there a way to switch name order in an Excel column? makocako Excel Discussion (Misc queries) 1 March 9th 05 01:53 AM


All times are GMT +1. The time now is 01:20 PM.

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"