Re: recurrences and scenarios (?) [how to question]



In this simple case there is nothing that keeps you from just making a list:

A1=1, B1=1              # parameters
C1=O1                     # result
H1=A1                     # calculations
I1=B1
J1=H1+I1
K1=I1+J1
...
O1=M1+N1

A2=1, B2=3
C2...O2 as above

etc.

If you have something more elaborate, have a look at Edit->Fill->Tabulate.

Morten



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]