I am trying to figure out how to automatically calculate a cell value based on the value in a cell in the row just prior to (above) it, that will re-reference if the rows move. I understand relative and absolute row and cell referencing. I also understand @row. I would think it would look something like this (I understand that @row will not accept an operator n, I just use that to illustrate)
[Column 1]@row(n) = [Column 2]@row(n-1)
In this context, no matter how I dragged the rows around, the calculation would always reference the row just above it. Is something like this possible in Smartsheet?
Thanks!