SheetName!R1C1 - References a cell on another sheet in a formula, e.g. =SUM(Sheet2!R1C1:R5C1); type it by hand, sheet names with spaces aren't supported yetR[-1]C1 - A bracketed number is relative to wherever the formula ends up (here, one row above); a plain number is absolute and never shifts. Mix per-axis, e.g. R[0]C1:R[0]C3 keeps the same row as the formula but always columns 1-3Formulas are provided by the HyperFormula 3.3.0 engine.