Hi
Is there a way to use the row number returned by COUNTA() function in a cell reference?
For example, COUNTA(A2:A65535) may return 182. This is the row number of the last cell with data. I then want to have this cell's value appear in another cell. The worksheet has dynamic ranges and so I cannot just explicitly state a reference to A182.
I was trying to put "=$A$(COUNTA(A2:A65535))" in the other cell...this does not work, and I do not want to do it in VBA.
Many thanks
Start Free Trial