Someone provided me with a complex formula, that I want to understand and improve.
I started by breaking it apart to see what each part of it yielded, and then chaining the parts to rebuild the whole.
This doesn't work though because some of the parts yield complex data structures rather than simple values.
If there is an expression in say cell E6, I need to be able to refer to that and get the whole data structure it yields, or the expression it contains - is there a way to do that?