Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 42
Default Can I switch the order of text entries in a cell?

,I have peoples' names listed in the cells in column A. For example, in cell
A1, I have:
Brown, Jane

I would liike the name to read: Jane Brown (switch the first and the last
name order and remove the comma).

Is there a way to do this?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default Can I switch the order of text entries in a cell?

=REPLACE(A1&" "&LEFT(A1,FIND(",",A1)-1),1,FIND(",",A1)+1,"")
--
Gary''s Student - gsnu200722
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,365
Default Can I switch the order of text entries in a cell?

[off topic] - Gary, did you see this?
http://www.microsoft.com/office/comm...xp=&sloc=en-us
Mike Fosmire [MSFT] needs to get in touch with you.

"Gary''s Student" wrote:

=REPLACE(A1&" "&LEFT(A1,FIND(",",A1)-1),1,FIND(",",A1)+1,"")
--
Gary''s Student - gsnu200722

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default Can I switch the order of text entries in a cell?

Thanks, I'll contact him offline
--
Gary''s Student - gsnu200722


"JLatham" wrote:

[off topic] - Gary, did you see this?
http://www.microsoft.com/office/comm...xp=&sloc=en-us
Mike Fosmire [MSFT] needs to get in touch with you.

"Gary''s Student" wrote:

=REPLACE(A1&" "&LEFT(A1,FIND(",",A1)-1),1,FIND(",",A1)+1,"")
--
Gary''s Student - gsnu200722

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 do I set a column to list entries in Alphabetic order? lisslou Excel Worksheet Functions 1 October 13th 06 04:05 AM
switch number order brian Excel Worksheet Functions 8 June 22nd 06 12:06 AM
What buttons do I need to push in order to switch between sheets? Dana Excel Worksheet Functions 1 May 14th 06 06:14 PM
Is there a way to switch name order in an Excel column? makocako Excel Discussion (Misc queries) 1 March 9th 05 01:53 AM
How do I change the order of the legend entries? Kerrin Charts and Charting in Excel 1 January 10th 05 10:03 PM


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