TM1RESOLVENESTEDPARENS
TM1RESOLVENESTEDPARENS removes nested parentheses from a formula and returns a string.
The TM1RESOLVENESTEDPARENS function does not conduct any cell placement and is not dependent on the range. This function always resolves formulas in the active workbook.
Syntax
TM1RESOLVENESTEDPARENS(string formula)
Example
TM1RESOLVENESTEDPARENS("dbrw(A1,(A2,A3),B3)")
returns
"dbrw(A1,A2,A3,B3)"