I have looked for a while but haven't come across something that does what I am looking for. I'm not that proficient in writing macros and if this isn't possible I will find a different solution to my problem
The basic premise is that I have a large formula that has many dependents. And those dependents have many dependence ect. I have forgoten how I made this and all I know is that it works.
I have tried using the evaluate formula tool and writing out the steps, but there are just too many.
My basic idea was to write a macro that will one of 2 things.
- Remove all cell notations besides the 1 or 2 inputs, by replacing each dependent with the right formula.
If A1 had a formula and B1 used A1 in another formula. The mention of A1 in B1 would be replaced with the formula in A1. Ect.
The one or two inputs would be stated in the macro. These can be found when you update another cell and it changes the final answer.
- Same method, but the final out come would either be the formula with just constants, or cells linked to constants.
It's kind of confusing and already giving me a headache thinking about it but if anyone can help that would be great.