T
TFTAJLLYMXZP
I have a set of sheets consisting of two areas. The top area has 4
columns of data and a fixed number of rows, though the number of rows
will vary from sheet to sheet. The first column is filled with a
simple sequence starting with 1, and other data will be added over
time.
A B C D
--------------------------------------------
1 $12.00 $ 0 $12.00
2 $11.00 $ 0 $11.00
3 $13.00 $ 0 $13.00
4 $12.50 $ 0 $12.50
5 $20.00 $ 0 $20.00
....
On the same sheet I have another area where one or more of the Column A
values are entered, followed by some columns with various aggregate
data. In the last column I would like a formula to SUM a subset of
values in the first area's Column D. The range of values must begin on
the row indicated in Column A and end 3 rows down. For example, cell X
would sum these values: $11.00, $13.00, $12.50, and $20.00. Cell Y, on
the other hand, would sum these values: $12.50 and $20.00.
A B C D
--------------------------------------------
2 X
4 Y
Does anyone have any suggestions on how to do this?
Many thanks,
Terry
columns of data and a fixed number of rows, though the number of rows
will vary from sheet to sheet. The first column is filled with a
simple sequence starting with 1, and other data will be added over
time.
A B C D
--------------------------------------------
1 $12.00 $ 0 $12.00
2 $11.00 $ 0 $11.00
3 $13.00 $ 0 $13.00
4 $12.50 $ 0 $12.50
5 $20.00 $ 0 $20.00
....
On the same sheet I have another area where one or more of the Column A
values are entered, followed by some columns with various aggregate
data. In the last column I would like a formula to SUM a subset of
values in the first area's Column D. The range of values must begin on
the row indicated in Column A and end 3 rows down. For example, cell X
would sum these values: $11.00, $13.00, $12.50, and $20.00. Cell Y, on
the other hand, would sum these values: $12.50 and $20.00.
A B C D
--------------------------------------------
2 X
4 Y
Does anyone have any suggestions on how to do this?
Many thanks,
Terry