Array reference in =ROWS() function
I enter:
=ROWS(2:$80)
and copy it down. I get:
=ROWS(2:$80)
=ROWS(3:$80)
=ROWS(4:$80)
=ROWS(5:$80)
=ROWS(6:$80)
and see:
79
78
77
76
75
This is O.K. I want to put $80 in E1 and use the cell reference instead.
Both:
=rows(2:E1)
and
=rows(2:indirect(E1))
fail.
What is the correct syntax??
--
Gary''s Student - gsnu200729
|