Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
column 1 consists of words seperated by backslashes. (A .GED file) There are
instances of the first word being "name" ie name/robert/smith but they are not evenly spaced ie c1,c4,c7,c10. I can read the first instance with =VLOOKUP("name",A1:A50,1,) or =INDEX(A1:B50, MATCH("name",A1:A50,),2) how can I read further instances of the word "name" appearing so that I can put the info in a new column. ie score/seven name/alan/jones name/alan/jones name/robert/smith time/late age/old/wise name/robert/smith or even better just put Jones and Smith in the new columns? -- Thanks Bob |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
read contents of col1 and extract similars | Excel Discussion (Misc queries) | |||
Excel formula to read contents | Excel Discussion (Misc queries) | |||
how to extract decimal numbers from alphanumeric strings in Excel | Excel Discussion (Misc queries) | |||
HOW TO EXTRACT STRINGS FROM CELLS | Excel Discussion (Misc queries) | |||
Extract numbers from strings | Excel Worksheet Functions |