Hello,
I would like to extract text between MULTIPLE parentheses in one cell (without using VBA).
The blue text in the picture below is what I'd like to achieve automatically.
When there is just one set of parentheses, it's easy. For B1 I could use:
=MID(A1,SEARCH("(",A1)+1,SEARCH(")",A1)-SEARCH("(",A1)-1)
Is there any way I could change this formula to make it work with multiple parentheses as in cell A2?
Thank you in advance for your help.
I would like to extract text between MULTIPLE parentheses in one cell (without using VBA).
The blue text in the picture below is what I'd like to achieve automatically.
When there is just one set of parentheses, it's easy. For B1 I could use:
=MID(A1,SEARCH("(",A1)+1,SEARCH(")",A1)-SEARCH("(",A1)-1)
Is there any way I could change this formula to make it work with multiple parentheses as in cell A2?
Thank you in advance for your help.