I need to extract only the data within the last set of parenthsis. Here is my text.
[TABLE="width: 247"]
<TBODY>[TR]
[TD]Customer (Central) (SS01)
I used this formula:::
=MID(A7,FIND("(",A7&"(")+1,SUM(FIND({"(",")"},A7&"(0)")*{-1,1})-1)
and I returned the first text string. "central"
Please advise on how to modify it to return only the text from the last set of (). length of information in the last set of () varies from 1 to 4 characters.</SPAN>[/TD]
[/TR]
</TBODY><COLGROUP><COL></COLGROUP>[/TABLE]
[TABLE="width: 247"]
<TBODY>[TR]
[TD]Customer (Central) (SS01)
I used this formula:::
=MID(A7,FIND("(",A7&"(")+1,SUM(FIND({"(",")"},A7&"(0)")*{-1,1})-1)
and I returned the first text string. "central"
Please advise on how to modify it to return only the text from the last set of (). length of information in the last set of () varies from 1 to 4 characters.</SPAN>[/TD]
[/TR]
</TBODY><COLGROUP><COL></COLGROUP>[/TABLE]