
Signature
Gary''s Student - gsnu200729
I think you'd want something like:
=ROWS(INDIRECT("2:"&$E$1))
but this will fail when you drag it down.
With the formula in A1, you could use:
=ROWS(INDIRECT(ROW()+1&":"&$E$1))
or more simply
=$e$1-row()
(but put 80 in E1--not $80)
> I enter:
>
[quoted text clipped - 28 lines]
> --
> Gary''s Student - gsnu200729

Signature
Dave Peterson
Gary''s Student - 13 Jun 2007 18:11 GMT
Thank you Dave. I guess I need more coffee and less benadryl.

Signature
Gary''s Student - gsnu200729
> I think you'd want something like:
> =ROWS(INDIRECT("2:"&$E$1))
[quoted text clipped - 40 lines]
> > --
> > Gary''s Student - gsnu200729