Re-using formulas
I have to do some calculations within one sheet which I have to repeat a couple of times.
For example:
Input:
A
Calculations:
B = A + 1
C = A * 3
D = B / C
And then I want to publish both B, C and D.
My (printable left side) should look like:
A = x B = x C = x D = x
The formulas need to be located somewhere on the right side page.
But I want to be able to re-use the formulas so my left page will look like:
A.1 = x B.1 = x C.1 = x D.1 = x
A.2 = x B.2 = x C.2 = x D.2 = x
and I don't want to have to copy all the formulas all the time.
I know I can work with matrices, but that's not what I want. I really want to address a function and return the results from there.
Is this possible? And if so, how do I do this?
Thanks in advance for your replies.

