Hi
i have a formula that sums values in a column from row 1 to current row
=IF(CurrentRecordHelper@row = 0, "", SUM(CurrentRecordHelper$1:CurrentRecordHelper@row))
is there any way to replicate this without the explicit row reference ($1), so it can be converted to a column formula
many thanks in advance
Andy