Basic Cell Reference Syntax

On this page are the main methods used to reference cells and regions. These are used to select or subset data from tables to use as inputs for formulas.

Me

Me refers to the cell containing the formula. It works in cell formulas, but doesn't work in other places, e.g. in a node's config .

By absolute index

Absolute index is similar to classic spreadsheet cell addressing.

By label

Since cell labels play such an important role in Planarly, there is a diverse set of operators that allow you to use them, or the row and column they are in, to build references to your data.

The most basic reference is the cell label on its own: a - a cell with a label "a".

In the operators below - is shorthand for row and | is shorthand for column.