Okay so if I had an equation x=cos(t), The value of t changes from 1-20 and is located A1:A20 respectively. how can I insert a function in which the value of t is substituted in each time. For example at A12 (where t equals 12) the x equation would become 'cos(12)' (this information would be located in the column beside.
I know I can type In "=Cos(A1)", "=cos(A2)", "=cos(A3)" and so on but my issue is that I need this to work for ANY excel equation that is typed in AND I need it to be abled to transfer from one sheet to another . For example if x were to equal: t, t^4, sin(t), cos(t) + t^2.
Is there any equation which would work as follows:
=cos(t)+t^2 <- the equation someone typed for x
This information is then moved to a background spreadsheet and becomes
=cos(t)+t^2,(t=RC[-1])
Am I missing something? is this possible?
Your help is much appreciated.

