Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am doing a special project in my work...my problem is i can find the
right command in elimininating some data from the data base provided to me....here is the example... Le Yuan [Jolin Tsai] Ye Qu [Jay Chou] Ai Mei [Rainie Yang] I need to take out all the data in close parenthesis to match with my data base in performing the look up function. Here is the command i used courtesy of John Walkenback book, but my problem is this command cant particulary identify the word in close parenthesis only.. =IF(ISERR(FIND(" ",C24))," ",LEFT(C24,LEN(C24)-FIND(" ",C24,1))) Thanks in advance for the help!! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Need to extract specific data from a text column | Excel Worksheet Functions | |||
refer a cell text in b1 and extract remaing text from a1 | Excel Discussion (Misc queries) | |||
Extract DAta from text | Excel Discussion (Misc queries) | |||
Search/Extract Data w/in Text File | Excel Discussion (Misc queries) | |||
open text file to extract data | Excel Programming |