• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Listing the function names used in a formula?

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?
 
Back
Top