Using cell references in formulas
Math feature supports using cell references inside formulas.
Syntax:
[id,field] - takes the value from the specified field of an item with the specified id.
[:row_ind,:col_ind] - the index of the row and column beginning from 0.
These two variants may be combined: [id,:col_ind] or [:row_ind,field].