Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Wink
 
Posts: n/a
Default I need to swap last name, first name in a cell to first name last

I need to swap last name, first name in a cell to first name last
Need formula
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ardus Petus
 
Posts: n/a
Default I need to swap last name, first name in a cell to first name last

=RIGHT(A1,LEN(A1)-SEARCH(" ",A1))&" "&LEFT(A1,SEARCH(" ",A1)-1)

HTH
--
AP

"Wink" a écrit dans le message de news:
...
I need to swap last name, first name in a cell to first name last
Need formula



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips
 
Posts: n/a
Default I need to swap last name, first name in a cell to first name last

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

--
HTH

Bob Phillips

(replace somewhere in email address with googlemail if mailing direct)

"Wink" wrote in message
...
I need to swap last name, first name in a cell to first name last
Need formula



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips
 
Posts: n/a
Default I need to swap last name, first name in a cell to first name last

A bit shorter alternative

=MID(A1&" "&A1, FIND(",",A1)+2,LEN(A1)-1)

--
HTH

Bob Phillips

(replace somewhere in email address with googlemail if mailing direct)

"Bob Phillips" wrote in message
...


--
HTH

Bob Phillips

(replace somewhere in email address with googlemail if mailing direct)

"Wink" wrote in message
...
I need to swap last name, first name in a cell to first name last
Need formula





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
Urgent date/scheduling calc needed jct Excel Worksheet Functions 3 February 24th 06 01:36 AM
copying cell names Al Excel Discussion (Misc queries) 12 August 11th 05 03:01 PM
Cell color based upon cell value My View Excel Discussion (Misc queries) 11 July 6th 05 03:59 AM
cell color index comparison MINAL ZUNKE New Users to Excel 1 June 30th 05 07:11 AM
up to 7 functions? ALex Excel Worksheet Functions 10 April 12th 05 06:42 PM


All times are GMT +1. The time now is 03:13 AM.

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

About Us

"It's about Microsoft Excel"