Home |
Search |
Today's Posts |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
On Wed, 11 Oct 2006 10:58:17 +0900, "Rasoul Khoshravan"
wrote: a1= bob 1001 there is 10 space between bob and 1001. I want to extract bob and 1001. find " " command retuerns the position of last " ", in this case 13. How can I extract only "bob". You could download and install Longre's free morefunc.xll add-in from: http://xcell05.free.fr/ and then use the formula: =REGEX.MID(A1,"\w+") to extract the first word =REGEX.MID(A1,"\w+",2) to extract the second It should not matter what kind of spaces are between the two "words". --ron |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
EXTRACT NUMBERS FROM TEXT STRING | Excel Worksheet Functions | |||
How do I extract 3 middle results and average them in excel | Excel Worksheet Functions | |||
Extract hyperlink string from excel cell | Links and Linking in Excel | |||
Read Text File into Excel Using VBA | Excel Discussion (Misc queries) | |||
How do you extract numbers from a string of chacters in a cell (E. | Excel Worksheet Functions |