October 1, 2020
Now, when writing a formula in Smartsheet and selecting a single cell on the same row, instead of defaulting to reference the row number, we default to using @row. @row is more performant, and will enable customers to more easily build and use column formulas.
For example, instead of “Column1”, the formula will default to “Column@row”.
@row will not be applied if a range of cells is selected or a cell on a different row is selected.