I have a workbook that has several sheets for calculating information. I am
trying to set the formulas to count even if there are more rows added at a
later date. How do I set the formula to count the whole column?
One way:
=COUNT(A:A)
> I have a workbook that has several sheets for calculating information. I am
> trying to set the formulas to count even if there are more rows added at a
> later date. How do I set the formula to count the whole column?
=SUM(A:A) entered in B1
Gord Dibben MS Excel MVP
>I have a workbook that has several sheets for calculating information. I am
>trying to set the formulas to count even if there are more rows added at a
>later date. How do I set the formula to count the whole column?
Gord Dibben - 06 May 2008 20:44 GMT
ooops!
You did say 'Count"
Gord
>=SUM(A:A) entered in B1
>
[quoted text clipped - 3 lines]
>>trying to set the formulas to count even if there are more rows added at a
>>later date. How do I set the formula to count the whole column?