SaintJason
Technical User
- Jul 18, 2007
- 7
Hi,
Is it possible to assign the name of a formula to a variable?
I have 120 formulas which call a function which returns a string.
Each formula name has a number in it's name and I want pass this number to the function.
At the moment each of the 120 formulas uses a unique bit of code e.g.
Name Code
Formula1 Function(1)
Formula2 Function(2) etc.
I want to use the same piece of code in each of the formulas
e.g Function(tonumber(Mid(<formulaname>,8)))
8 being the starting point of the number in the formula name
Please let me know if this is possible to use the formula name.
Thanks
Is it possible to assign the name of a formula to a variable?
I have 120 formulas which call a function which returns a string.
Each formula name has a number in it's name and I want pass this number to the function.
At the moment each of the 120 formulas uses a unique bit of code e.g.
Name Code
Formula1 Function(1)
Formula2 Function(2) etc.
I want to use the same piece of code in each of the formulas
e.g Function(tonumber(Mid(<formulaname>,8)))
8 being the starting point of the number in the formula name
Please let me know if this is possible to use the formula name.
Thanks