Inside tables you can use [@]
which (unfortunately) Excel automatically expands to Table1[@]
but it does work. (I'm using Excel 2010)
For example when having two columns [Change]
and [Balance]
, putting this in the [Balance]
column:
=OFFSET([@], -1, 0) + [Change]
Note of course that this depends on the order of the rows (just like most any other solution), so it's a bit fragile.