Re: recurrences and scenarios (?) [how to question]
- From: "Morten Welinder" <mwelinder gmail com>
- To: "Jeff Abrahamson" <jeff purple com>
- Cc: gnumeric-list gnome org
- Subject: Re: recurrences and scenarios (?) [how to question]
- Date: Thu, 14 Sep 2006 13:50:05 -0400
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]