PP3321
Active Member
I need to explain to my colleagues how my formulas work.
I want to list the functions used in a formula automatically in the rows below.
For example:
'=IFERROR(SUM(A1:A3),"")
↓↓↓↓↓↓↓↓↓
IFERROR
SUM
I thought of 2 solutions but I am stuck there.
1. <Mid & Search>
I tried to find pattern by looking at opening bracket.
"*("
But this does not work because some formulas contain two brackets consecutively.
"(("
2. <table>
Another solution I thought of is to create a table with the function names.
Then I can search the list within the formula string.
Could you please give me some clues how I should approach this problem?
I want to list the functions used in a formula automatically in the rows below.
For example:
'=IFERROR(SUM(A1:A3),"")
↓↓↓↓↓↓↓↓↓
IFERROR
SUM
I thought of 2 solutions but I am stuck there.
1. <Mid & Search>
I tried to find pattern by looking at opening bracket.
"*("
But this does not work because some formulas contain two brackets consecutively.
"(("
2. <table>
Another solution I thought of is to create a table with the function names.
Then I can search the list within the formula string.
Could you please give me some clues how I should approach this problem?