R
Robert H
In a formula I need to start at a cell and return a reference to the
last row in a column. like using XLdown in VBA.
A:A returns the entire column so I tried A3:A. which does not work.
the application is counting cells from a given point. like so
COUNTA(ListData!A:A) but I just want to start a a given point...
last row in a column. like using XLdown in VBA.
A:A returns the entire column so I tried A3:A. which does not work.
the application is counting cells from a given point. like so
COUNTA(ListData!A:A) but I just want to start a a given point...