SOS, hoping someone can provide assistance to this challenge I have failed to overcome.
I require to identify specific text nestled between two text values. From the example below I require to identify text values between text range '_taxonomy_' and text range ' " ', both highlighted in bold.
From the below example the output I require is to extract into other cells;
Cell 1 = dir_org_practice_area
Cell 2 = dir_loc_office
Cell 3 = ppl_job_title
The challenge is that these ranges occur multiple times in a string
query=&rm_within_search=&sort_index_dir_sortby=rel&sort_order_dir_sortby=ascending&rm_taxonomy_dir_org_practice_area=Hong+kong+%28litigation%29&rm_taxonomy_dir_loc_office=Hong+kong&rm_taxonomy_ppl_job_title=Secretary&resultsize=100
Mumps kindly provided the formula below (for a similar example) to identify specific text when the range is used only once in a string, however I now require a formula that can identify and extract text from a reoccurring range in a string.
=MID(A1,FIND("_taxonomy_",A1,1)+10,LEN(A1)-FIND("=",A1,FIND("_taxonomy_",A1,1))-10-1) Mumps
An Olympic gold medal nomination if someone can crack this.
Any assistance would be greatly appreciated.
Rav
I require to identify specific text nestled between two text values. From the example below I require to identify text values between text range '_taxonomy_' and text range ' " ', both highlighted in bold.
From the below example the output I require is to extract into other cells;
Cell 1 = dir_org_practice_area
Cell 2 = dir_loc_office
Cell 3 = ppl_job_title
The challenge is that these ranges occur multiple times in a string
query=&rm_within_search=&sort_index_dir_sortby=rel&sort_order_dir_sortby=ascending&rm_taxonomy_dir_org_practice_area=Hong+kong+%28litigation%29&rm_taxonomy_dir_loc_office=Hong+kong&rm_taxonomy_ppl_job_title=Secretary&resultsize=100
Mumps kindly provided the formula below (for a similar example) to identify specific text when the range is used only once in a string, however I now require a formula that can identify and extract text from a reoccurring range in a string.
=MID(A1,FIND("_taxonomy_",A1,1)+10,LEN(A1)-FIND("=",A1,FIND("_taxonomy_",A1,1))-10-1) Mumps
An Olympic gold medal nomination if someone can crack this.
Any assistance would be greatly appreciated.
Rav