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)
You can also use =OFFSET([@column];-1;0) if you are in a named table.
=OFFSET([@column];-1;0)