Hi roxrocks
The problem is that Counta() includes cells with empty strings in the count.
Try instead:
=OFFSET(Page!$A$3,0,0,ROWS(Page!$A$3:$A$100)-COUNTBLANK(Page!$A$3:$A$100),1)
Adjust the last row if you think the data can ever go beyond row 100.
Bookmarks