Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
MLD MLD is offline
external usenet poster
 
Posts: 1
Default how do you flip the order of the content in a cell.

How do I flip the order of the content in a cell. i.e if the cell reads
Michael Smith how do I get it to flip to Smith Michael without having to
retype.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default how do you flip the order of the content in a cell.

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

"MLD" wrote in message
...
How do I flip the order of the content in a cell. i.e if the cell reads
Michael Smith how do I get it to flip to Smith Michael without having to
retype.



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,202
Default how do you flip the order of the content in a cell.

This formula will flip the two as you have shown...

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

However, if you want to flip them and put a comma separator in the flipped
text, use this formula...

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

Rick


"MLD" wrote in message
...
How do I flip the order of the content in a cell. i.e if the cell reads
Michael Smith how do I get it to flip to Smith Michael without having to
retype.


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
copy comment content to cell content as data not as comment Lilach Excel Discussion (Misc queries) 2 June 21st 07 12:28 PM
how do i flip words in a cell (not picture) in excel? gelbie Excel Discussion (Misc queries) 1 January 17th 07 04:47 AM
How do I flip the order of a column? (it is sequintial, so not sor justjessica Excel Discussion (Misc queries) 2 December 17th 06 04:56 PM
How do I reverse the row order in Excel, not based on content? Gimbalman Excel Discussion (Misc queries) 2 November 18th 05 05:24 PM
I typed a column in reverse order, how do I flip it (upside down). kpcane Charts and Charting in Excel 1 January 3rd 05 12:25 AM


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