T
Terry B.
(Recently I posted the question (another ng)):
What's a good formula for calculating a running-sum for column C,
where I don't want the values for cells $C$1:$C$21 to be included, and
where the column is periodically-added onto with no end in sight, a
formula which would give the result for cells C22 and downward as far
as and including the most recent entry.
Gord Dibben was kind enough to share the following:
=OFFSET(Sheet1!$C$22,0,0,COUNT(Sheet1!$C:$C),1)
(the formula was exactly what I was seeking)
MY PRESENT QUESTION IS THIS: How does Excel know, since you ask in
the nested COUNT function to include the entire C column, NOT to
include the first 21 cells?
Thanks in advance ;-}
Terry
What's a good formula for calculating a running-sum for column C,
where I don't want the values for cells $C$1:$C$21 to be included, and
where the column is periodically-added onto with no end in sight, a
formula which would give the result for cells C22 and downward as far
as and including the most recent entry.
Gord Dibben was kind enough to share the following:
=OFFSET(Sheet1!$C$22,0,0,COUNT(Sheet1!$C:$C),1)
(the formula was exactly what I was seeking)
MY PRESENT QUESTION IS THIS: How does Excel know, since you ask in
the nested COUNT function to include the entire C column, NOT to
include the first 21 cells?
Thanks in advance ;-}
Terry