Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=LEFT(A5,SEARCH(" ",TRIM(A5))-1) returns "Bob"
=MID(TRIM(A5),SEARCH(" ",TRIM(A5))+1,256) returns "1001" Regards, Stefi €˛Rasoul Khoshravan€¯ ezt Ć*rta: 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". |
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 |