Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
On Fri, 17 Feb 2006 10:23:27 -0800, "genkate"
wrote: I have a list of names; want to split into 2 columns-surnames & everything else. format is always: john q. public/john public/j. p. public,etc. no suffixes, nothing is after surname. All I need to do is count to the first space from the RIGHT. Can Excel do that? Thanks! Kate If the surname is always the last word in the cell, then it can be extracted using the formula: =MID(A1,FIND(CHAR(1),SUBSTITUTE( A1," ",CHAR(1),LEN(A1)-LEN( SUBSTITUTE(A1," ",""))))+1,255) --ron |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I unwrap text to columns? | Excel Discussion (Misc queries) | |||
Text to columns - one way street? | Excel Discussion (Misc queries) | |||
How do I convert from text to columns automatically on import? | Excel Discussion (Misc queries) | |||
comparing columns of text (cross-searching) | Excel Discussion (Misc queries) | |||
Text to columns | Excel Discussion (Misc queries) |