I am trying to do simple thing: I just need to set some cells to values that are on the previous rows. I have tried =A(Row()-1) but it does not work.
=A(Row()-1)
Easier way for me is to switch to R1C1 notation and just use R[-1]C1 and switch back when done.
R1C1
R[-1]C1