Feature Request: Support for Row Offsets in Table Formulas Currently, GoFormz formulas allow using Row() and Column() to reference the curre
Support for Row Offsets in Table Formulas
Currently, GoFormz formulas allow using Row() and Column() to reference the current position in a table, but there is no support for offsets like Row()-1 or Row()+1. This limitation makes it impossible to create dynamic formulas that reference previous or next rows without manually writing separate formulas for each row or adding helper columns.
Adding support for simple arithmetic in row and column indices would enable users to build scalable, dynamic calculations in a single formula. This would reduce template setup time, minimize errors, and improve flexibility for use cases such as cumulative calculations, comparisons between rows, and progressive measurements.