I have a spreadsheet that I need to count entries made in a column. So cell A1 has ‘=counta(A2:A1000)’ and cell B1 has ‘=counta(B2:B1000)’ ect. What I would like to do is use another cell, say Z1, as a varible to define the starting row of the count. So it would sorta do ‘=counta(A{Z1}:A1000)’ and ‘=counta(B{Z1}:B1000) Anyone got some advice on how to achieve this?