A
Alex
Recently I received assistance regarding a referencing
problem I was experiencing. (See 8/30/04 8:38am)
Another problem has surfaced. I want to take ages after 0-
4 and sum them to ten year groupings. However, I have 6
races and I need a simple method using the indirect
function to direct this procedure for all my data.
For example:
PyramidInput!
A B C
2 White County
3 Male Beaverhead Big Horn
4 0-4 253 122
5 5-9 298 156
6 10-14 337 178
......
44 Black County
45 Male Beaverhead Big Horn
46 0-4 3 2
47 5-9 1 0
48 10-14 0 1
......
PyramidInput2!
A B C
4 White County
5 Male Beaverhead Big Horn
6 0-4 =** =
7 5-14 =*** =
......
26 Black County
27 Male Beaverhead Big Horn
28 0-4 = =
29 5-14 = =
......
**In B6: =INDIRECT("PyramidInput!B"&ROW(C4))
***In B7:
=SUM(INDIRECT("APyramidInput!H"&ROW(C5)&":I"&ROW(C6)))
The first attempt at a formula B6 works, but it does not
auto-fill. The second does not work at all. Please give
me some suggestions.
(sorry I posted this again in the main group, but I
thought I would get more attention this way.)
problem I was experiencing. (See 8/30/04 8:38am)
Another problem has surfaced. I want to take ages after 0-
4 and sum them to ten year groupings. However, I have 6
races and I need a simple method using the indirect
function to direct this procedure for all my data.
For example:
PyramidInput!
A B C
2 White County
3 Male Beaverhead Big Horn
4 0-4 253 122
5 5-9 298 156
6 10-14 337 178
......
44 Black County
45 Male Beaverhead Big Horn
46 0-4 3 2
47 5-9 1 0
48 10-14 0 1
......
PyramidInput2!
A B C
4 White County
5 Male Beaverhead Big Horn
6 0-4 =** =
7 5-14 =*** =
......
26 Black County
27 Male Beaverhead Big Horn
28 0-4 = =
29 5-14 = =
......
**In B6: =INDIRECT("PyramidInput!B"&ROW(C4))
***In B7:
=SUM(INDIRECT("APyramidInput!H"&ROW(C5)&":I"&ROW(C6)))
The first attempt at a formula B6 works, but it does not
auto-fill. The second does not work at all. Please give
me some suggestions.
(sorry I posted this again in the main group, but I
thought I would get more attention this way.)