Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You right, because I was removing spaces with the inner part of the formula
=TRIM(RIGHT(SUBSTITUTE(A1," ",REPT(" ",99)),99)) I never realised I would get the last space back when using the extracted string in the outer substitute part, nice spot. Mike "Rick Rothstein" wrote: Try this =SUBSTITUTE(A1,),"") You should encase that in a TRIM function in order to get rid of the space that is in front of that last word... =TRIM(SUBSTITUTE(A1,TRIM(RIGHT(SUBSTITUTE(A1," ",REPT(" ",99)),99)),"")) -- Rick (MVP - Excel) how can i retrieve text from one column to another except one last word for eg:The text "how can i retrieve text from" is in column A1 and i have to retrieve "how can i retrieve text" to B1 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
retriving specific data????? | Excel Worksheet Functions | |||
Find a text from a column in a text string within another column? | New Users to Excel | |||
Retriving Values from a separate sheet of a different file | Excel Worksheet Functions | |||
Wrap text in column headers to fit text in column | Excel Discussion (Misc queries) | |||
Retriving a deleted version of Excel | Excel Worksheet Functions |