Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Wow! That's all I can say Jacob. The second one worked, since the string is
variable in length. Don't know what it does, but hey, it works! :-) "Jacob Skaria" wrote: 'If the text string to be extracted is always 10 digits long then =MID(A1,FIND(",",A1)+1,10) 'If the string is variable lenght =TRIM(MID(SUBSTITUTE(A1,",",REPT(" ",255),2),FIND(",",A1)+1,255)) -- Jacob "Kennedy" wrote: Trying to find a way to pull data out of a string of text separated by comas. Currently using a MID function, but unfortunately the number of characters are not consistent. Using =MID(K50,11,8) to pull back data in column K50, 11 spaces in, 8 characters long. What I need is to be able to find data between a coma. So if the data in the column looks like San Diego,02/12/2010,Hilton Hotel...I want to be able to find only the date out of the string of text, or any data in between the comas. Thanks for any input. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Covert Text String Data | Excel Worksheet Functions | |||
Extracting Data from a string of text in a cell | Excel Worksheet Functions | |||
Sum / count data from text string with delimiter | Excel Worksheet Functions | |||
Extracting Numeric Data from a Delimited Text String | Excel Worksheet Functions | |||
Trying to match a text string to a data table, any suggestions? | Excel Worksheet Functions |