Get Last Cell value Used Within Specific Column
By Super Man
here i will show fromula from which you can get the last cell which is used by user:
=INDIRECT("A"&COUNTA(A:A))
it will show the cell value which is used by user.
Get Last Cell value Used Within Specific Column (898 Views)