One way...
List dates in ColA, List expenditures in in dividual cols starting in
ColC.
ColA will run continuous for any given number of years, 12 rows per
year.
ColC:Col? will contain amounts for the expenditures as applied to each
month.
ColB will total ColC:Col?
Rows(1:2) are header rows where you can enter a description for the
expenditure in Row1, and the cost in Row2.
The formula for cells under each expenditure should only be entered in
rows that relate to the amortization period, to keep auto-calc overhead
to a minimum.
Example for ColC, Rows(3:14): =C$2/12
Example for ColD, starting in Jun: Rows(8:19): =D$2/12
Optionally, you could give C$2 a Column-relative, Row-absolute
defined name whereafter the formula will be the same for all cols.
Select C2 and enter the following in the defined name dialog...
Name: 'sheet name'!Exp_Amount
RefersTo: =C$2
Cell formula for all cells: =Exp_Amount/12
Result:
A data table showing individual expenditure amounts for each month,
and totals for months with multiple expenditure payments. Unused
(non-current) cols/rows can be hidden if you don't want to see them,
leaving only 'active' payments visible.
HTH
--
Garry
Free usenet access at
http://www.eternal-september.org
ClassicVB Users Regroup! comp.lang.basic.visual.misc